Skip to content

Commit

Permalink
Merge pull request #104 from chuckdumont/work
Browse files Browse the repository at this point in the history
Fix issues with dependencies and latest npm
  • Loading branch information
chuckdumont authored Dec 27, 2017
2 parents 9be80fd + 1eca0c3 commit 9ee2d0b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"file-loader": "0.9.0",
"loader-utils": "1.1.0",
"node-stringify": "0.2.1",
"raw-loader": "0.5.1",
"tmp": "0.0.30"
"tmp": "0.0.30",
"webpack-sources": "1.1.0"
},
"peerDependencies": {
"loader-utils": ">= 0.2.17",
"webpack": ">= 2.2.0",
"webpack-sources": ">= 0.1.5"
"webpack": ">= 2.2.0"
},
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand All @@ -36,12 +36,10 @@
"eslint-plugin-markdown": "^1.0.0-beta.7",
"fs-extra": "^4.0.2",
"istanbul": "^0.4.5",
"loader-utils": ">= 1.1.0",
"mocha": "^3.5.3",
"mocha-lcov-reporter": "^1.3.0",
"proxyquire": "^1.8.0",
"should": "^13.1.0",
"webpack": "3.10.0",
"webpack-sources": "1.1.0"
"webpack": "3.10.0"
}
}

0 comments on commit 9ee2d0b

Please sign in to comment.