Skip to content

Commit 58d11ef

Browse files
dev-dependency changes
1 parent e36202d commit 58d11ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lib"
3131
],
3232
"scripts": {
33-
"lint": "eslint lib test --fix",
33+
"lint": "eslint bin lib test --fix",
3434
"build": "npm run lint",
3535
"test": "mocha",
3636
"upgrade": "npm-check -u",
@@ -45,12 +45,11 @@
4545
"devDependencies": {
4646
"chai": "^3.2.0",
4747
"coveralls": "^2.11.15",
48+
"del": "^2.2.2",
4849
"eslint": "^3.9.0",
4950
"eslint-config-modular": "^1.0.1",
50-
"lodash": "^4.17.2",
5151
"mocha": "^3.2.0",
5252
"npm-check": "^5.4.0",
53-
"npm-which": "^3.0.1",
5453
"sinon": "^1.17.6"
5554
},
5655
"dependencies": {

0 commit comments

Comments
 (0)