forked from openedx/frontend-component-header
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove the dependencies for bootstrap to solve the build issue. * Change package name to reflect namespace.
- Loading branch information
1 parent
2399515
commit 412a5cc
Showing
4 changed files
with
22 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@edx/frontend-component-header", | ||
"version": "1.0.0-semantically-released", | ||
"name": "@nauedu/frontend-component-header", | ||
"version": "1.0.0", | ||
"description": "The standard header for Open edX", | ||
"main": "dist/index.js", | ||
"publishConfig": { | ||
|
@@ -24,23 +24,28 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/edx/frontend-component-header.git" | ||
"url": "git+https://github.com/fccn/frontend-component-header-nau.git" | ||
}, | ||
"author": "edX", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/edx/frontend-component-header/issues" | ||
"url": "https://github.com/fccn/frontend-component-header-nau/issues" | ||
}, | ||
"homepage": "https://github.com/edx/frontend-component-header#readme", | ||
"homepage": "https://github.com/fccn/frontend-component-header-nau#readme", | ||
"devDependencies": { | ||
"@edx/brand": "npm:@edx/[email protected]", | ||
"@edx/frontend-build": "9.1.1", | ||
"@edx/frontend-platform": "1.15.1", | ||
"@edx/paragon": "19.6.0", | ||
"@testing-library/dom": "7.31.2", | ||
"@testing-library/jest-dom": "5.16.2", | ||
"@testing-library/react": "10.4.9", | ||
"codecov": "3.8.3", | ||
"enzyme": "3.11.0", | ||
"enzyme-adapter-react-16": "1.15.6", | ||
"husky": "7.0.4", | ||
"jest": "27.5.0", | ||
"jest-chain": "1.1.5", | ||
"prop-types": "15.8.1", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
|
@@ -49,22 +54,17 @@ | |
"react-test-renderer": "16.14.0", | ||
"reactifex": "1.1.1", | ||
"redux": "4.1.2", | ||
"redux-saga": "1.1.3", | ||
"@testing-library/dom": "7.31.2", | ||
"@testing-library/jest-dom": "5.16.2", | ||
"jest": "27.5.0", | ||
"jest-chain": "1.1.5", | ||
"@testing-library/react": "10.4.9" | ||
"redux-saga": "1.1.3" | ||
}, | ||
"dependencies": { | ||
"babel-polyfill": "6.26.0", | ||
"react-responsive": "8.2.0", | ||
"react-transition-group": "4.4.2", | ||
"@fortawesome/fontawesome-svg-core": "1.2.36", | ||
"@fortawesome/free-brands-svg-icons": "5.15.4", | ||
"@fortawesome/free-regular-svg-icons": "5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "5.15.4", | ||
"@fortawesome/react-fontawesome": "^0.1.14" | ||
"@fortawesome/react-fontawesome": "^0.1.14", | ||
"babel-polyfill": "6.26.0", | ||
"react-responsive": "8.2.0", | ||
"react-transition-group": "4.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@edx/frontend-platform": "^1.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
@import "../../node_modules/bootstrap/scss/bootstrap-grid"; | ||
@import "../../node_modules/bootstrap/scss/mixins/breakpoints"; | ||
|
||
.logo { | ||
img { | ||
@include media-breakpoint-down(sm) { | ||
@media (max-width: 576px) { | ||
max-width: 85% !important; | ||
} | ||
} | ||
} | ||
} |