Skip to content

Commit 9ee2d0b

Browse files
author
Chuck Dumont
authored
Merge pull request #104 from chuckdumont/work
Fix issues with dependencies and latest npm
2 parents 9be80fd + 1eca0c3 commit 9ee2d0b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"dependencies": {
1515
"file-loader": "0.9.0",
16+
"loader-utils": "1.1.0",
1617
"node-stringify": "0.2.1",
1718
"raw-loader": "0.5.1",
18-
"tmp": "0.0.30"
19+
"tmp": "0.0.30",
20+
"webpack-sources": "1.1.0"
1921
},
2022
"peerDependencies": {
21-
"loader-utils": ">= 0.2.17",
22-
"webpack": ">= 2.2.0",
23-
"webpack-sources": ">= 0.1.5"
23+
"webpack": ">= 2.2.0"
2424
},
2525
"license": "(MIT OR Apache-2.0)",
2626
"repository": {
@@ -36,12 +36,10 @@
3636
"eslint-plugin-markdown": "^1.0.0-beta.7",
3737
"fs-extra": "^4.0.2",
3838
"istanbul": "^0.4.5",
39-
"loader-utils": ">= 1.1.0",
4039
"mocha": "^3.5.3",
4140
"mocha-lcov-reporter": "^1.3.0",
4241
"proxyquire": "^1.8.0",
4342
"should": "^13.1.0",
44-
"webpack": "3.10.0",
45-
"webpack-sources": "1.1.0"
43+
"webpack": "3.10.0"
4644
}
4745
}

0 commit comments

Comments
 (0)