Skip to content

Commit

Permalink
Merge pull request #335 from rogierschouten/update-deps
Browse files Browse the repository at this point in the history
Update vinyl dependency
  • Loading branch information
nmccready committed Dec 22, 2017
2 parents 174aa1e + 2930f5d commit 88f622b
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 @@ -6,7 +6,7 @@
"repository": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.git",
"main": "index.js",
"scripts": {
"lint": "jshint ./src/**/*.js test/*.js",
"lint": "jshint ./src/**/*.js ./test/*.js",
"test": "npm run lint && faucet test/*.js $@",
"tape": "tape",
"cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
Expand Down Expand Up @@ -34,7 +34,7 @@
"source-map": "0.X",
"strip-bom-string": "1.X",
"through2": "2.X",
"vinyl": "1.X"
"vinyl": "2.X"
},
"devDependencies": {
"bootstrap": "3.3.7",
Expand Down

0 comments on commit 88f622b

Please sign in to comment.