We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e159a8 commit 24a6f66Copy full SHA for 24a6f66
package.json
@@ -36,7 +36,8 @@
36
"pify": "^2.3.0"
37
},
38
"peerDependencies": {
39
- "less": "^2.3.1"
+ "less": "^2.3.1",
40
+ "webpack": "^2.2.0"
41
42
"devDependencies": {
43
"babel-cli": "^6.24.0",
@@ -49,16 +50,15 @@
49
50
"eslint": "^3.17.1",
51
"eslint-config-webpack": "^1.1.0",
52
"eslint-plugin-import": "^2.2.0",
- "eslint-plugin-jsdoc": "^2.4.0",
53
"inspect-loader": "^1.0.0",
54
"jest": "^19.0.2",
55
- "less": "^2.6.1",
56
"lint-staged": "^3.4.0",
57
"nodemon": "^1.11.0",
58
"nsp": "^2.6.3",
59
"pre-commit": "^1.2.2",
60
"standard-version": "^4.0.0",
61
- "webpack": "^2.2.1",
+ "webpack": "^2.2.0",
62
"webpack-defaults": "^0.4.1"
63
64
"repository": {
0 commit comments