Skip to content

Commit

Permalink
Merge pull request #96 from ohbarye/move-vinyl-to-dev-dependencies
Browse files Browse the repository at this point in the history
Vinyl should be in devDependencies
  • Loading branch information
sun-zheng-an authored Dec 30, 2017
2 parents 212ab26 + edc259b commit 7819e4d
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 @@ -30,7 +30,8 @@
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.3.0",
"standard": "^8.6.0"
"standard": "^8.6.0",
"vinyl": "^2.1.0"
},
"dependencies": {
"async": "^2.1.5",
Expand All @@ -39,8 +40,7 @@
"lodash": "^4.17.4",
"lodash.template": "^4.4.0",
"plugin-error": "^0.1.2",
"through2": "^2.0.3",
"vinyl": "^2.1.0"
"through2": "^2.0.3"
},
"engines": {
"node": ">=4.8.0 <5.0.0 || >=5.7.0"
Expand Down

0 comments on commit 7819e4d

Please sign in to comment.