Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add history as top-level dependency #174

Merged
merged 1 commit into from
Mar 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add history as top-level dependency
Half-pulled in by npm 2.14.12 due to scroll-behavior peerDependency,
which caused the webpack build to fail when it couldn't find history's
dependency 'warning.' This does not happen in npm 3.x because all 
dependencies are installed at top level.
  • Loading branch information
scottnonnenberg committed Mar 7, 2016
commit abe7a80f09b38f051f5115ecaf22cfac89fa4be2
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"hapi": "^8.5.1",
"hapi-webpack-plugin": "^1.3.0",
"highlight.js": "^9.1.0",
"history": "^2.0.0",
"html-frontmatter": "^1.5.1",
"json-loader": "^0.5.2",
"less": "^2.6.0",
Expand Down