We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be80fd + 1eca0c3 commit 9ee2d0bCopy full SHA for 9ee2d0b
package.json
@@ -13,14 +13,14 @@
13
},
14
"dependencies": {
15
"file-loader": "0.9.0",
16
+ "loader-utils": "1.1.0",
17
"node-stringify": "0.2.1",
18
"raw-loader": "0.5.1",
- "tmp": "0.0.30"
19
+ "tmp": "0.0.30",
20
+ "webpack-sources": "1.1.0"
21
22
"peerDependencies": {
- "loader-utils": ">= 0.2.17",
- "webpack": ">= 2.2.0",
23
- "webpack-sources": ">= 0.1.5"
+ "webpack": ">= 2.2.0"
24
25
"license": "(MIT OR Apache-2.0)",
26
"repository": {
@@ -36,12 +36,10 @@
36
"eslint-plugin-markdown": "^1.0.0-beta.7",
37
"fs-extra": "^4.0.2",
38
"istanbul": "^0.4.5",
39
- "loader-utils": ">= 1.1.0",
40
"mocha": "^3.5.3",
41
"mocha-lcov-reporter": "^1.3.0",
42
"proxyquire": "^1.8.0",
43
"should": "^13.1.0",
44
- "webpack": "3.10.0",
45
- "webpack-sources": "1.1.0"
+ "webpack": "3.10.0"
46
}
47
0 commit comments