We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36202d commit 58d11efCopy full SHA for 58d11ef
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"lib"
31
],
32
"scripts": {
33
- "lint": "eslint lib test --fix",
+ "lint": "eslint bin lib test --fix",
34
"build": "npm run lint",
35
"test": "mocha",
36
"upgrade": "npm-check -u",
@@ -45,12 +45,11 @@
45
"devDependencies": {
46
"chai": "^3.2.0",
47
"coveralls": "^2.11.15",
48
+ "del": "^2.2.2",
49
"eslint": "^3.9.0",
50
"eslint-config-modular": "^1.0.1",
- "lodash": "^4.17.2",
51
"mocha": "^3.2.0",
52
"npm-check": "^5.4.0",
53
- "npm-which": "^3.0.1",
54
"sinon": "^1.17.6"
55
},
56
"dependencies": {
0 commit comments