Skip to content

Commit

Permalink
Fix incorrect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Mar 4, 2017
1 parent 29f1e8a commit 86dde20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"prepublish": "npm run lint && npm run test"
},
"devDependencies": {
"chokidar": "^1.6.1",
"eslint": "^3.12.2",
"eslint-config-ktsn": "^1.0.0",
"gulp-buble": "^0.8.0",
Expand All @@ -38,6 +37,7 @@
},
"dependencies": {
"browser-sync": "^2.18.7",
"chokidar": "^1.6.1",
"mime": "^1.3.4",
"minimatch": "^3.0.3",
"vinyl-fs": "^2.4.4",
Expand Down

0 comments on commit 86dde20

Please sign in to comment.