Skip to content

Commit 172852a

Browse files
author
Anton Kazakov
committed
Moved vinyl to dev dependencies as it's used only in tests.
1 parent 208ee55 commit 172852a

File tree

2 files changed

+335
-3
lines changed

2 files changed

+335
-3
lines changed

.idea/workspace.xml

Lines changed: 332 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"dependencies": {
3131
"handlebars": ">=3.0.0",
3232
"plugin-error": "^0.1.2",
33-
"through2": "^0.6.3",
34-
"vinyl": "^2.1.0"
33+
"through2": "^0.6.3"
3534
},
3635
"devDependencies": {
37-
"mocha": "*"
36+
"mocha": "*",
37+
"vinyl": "^2.1.0"
3838
}
3939
}

0 commit comments

Comments
 (0)