Skip to content

Commit

Permalink
Move vinyl to devDeps where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 22, 2017
1 parent a98a771 commit 40dd512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"graceful-fs": "4.X",
"source-map": "0.X",
"strip-bom-string": "1.X",
"through2": "2.X",
"vinyl": "2.X"
"through2": "2.X"
},
"devDependencies": {
"bootstrap": "3.3.7",
Expand All @@ -53,6 +52,7 @@
"mississippi": "1.X",
"object-assign": "4.X",
"tape": "4.X",
"vinyl": "2.X",
"yargs": "7.X"
},
"files": [
Expand Down

0 comments on commit 40dd512

Please sign in to comment.