Skip to content

Commit 7819e4d

Browse files
authored
Merge pull request #96 from ohbarye/move-vinyl-to-dev-dependencies
Vinyl should be in devDependencies
2 parents 212ab26 + edc259b commit 7819e4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"istanbul": "^0.4.5",
3131
"mocha": "^3.2.0",
3232
"mocha-lcov-reporter": "^1.3.0",
33-
"standard": "^8.6.0"
33+
"standard": "^8.6.0",
34+
"vinyl": "^2.1.0"
3435
},
3536
"dependencies": {
3637
"async": "^2.1.5",
@@ -39,8 +40,7 @@
3940
"lodash": "^4.17.4",
4041
"lodash.template": "^4.4.0",
4142
"plugin-error": "^0.1.2",
42-
"through2": "^2.0.3",
43-
"vinyl": "^2.1.0"
43+
"through2": "^2.0.3"
4444
},
4545
"engines": {
4646
"node": ">=4.8.0 <5.0.0 || >=5.7.0"

0 commit comments

Comments
 (0)