Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit ae8496c

Browse files
authoredMar 28, 2018
Merge pull request #15 from konsultaner/master
make node 8 LTS compatible
2 parents ab2cabd + 1215372 commit ae8496c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-add-src",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Add more 'src' files at any point in the pipeline (gulp plugin)",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"event-stream": "~3.1.5",
2929
"streamqueue": "^0.1.1",
3030
"through2": "~0.4.1",
31-
"vinyl-fs": "~0.3.11"
31+
"vinyl-fs": "~3.0.2"
3232
},
3333
"devDependencies": {
3434
"mocha": "^1.18.2",

0 commit comments

Comments
 (0)
This repository has been archived.