Skip to content

Commit

Permalink
Move vinyl to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Dec 30, 2017
1 parent 173fcb0 commit 46efdc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"node-notifier": "^5.0.1",
"node.extend": "^1.1.6",
"plugin-error": "^0.1.2",
"through2": "^2.0.3",
"vinyl": "^2.1.0"
"through2": "^2.0.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-plumber": "^1.1.0",
"mocha": "^3.2.0",
"should": "^11.2.0"
"should": "^11.2.0",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.8.0",
Expand Down

0 comments on commit 46efdc6

Please sign in to comment.