Skip to content

Commit

Permalink
update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robrich committed Jul 18, 2019
1 parent 06c0b18 commit 1b846bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"
- "10"
- "12"
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-if",
"description": "Conditionally run a task",
"version": "2.0.2",
"version": "3.0.0",
"homepage": "https://github.com/robrich/gulp-if",
"repository": "git://github.com/robrich/gulp-if.git",
"author": "Rob Richardson (http://robrich.org/)",
Expand All @@ -13,26 +13,23 @@
"ternary"
],
"dependencies": {
"gulp-match": "^1.0.3",
"ternary-stream": "^2.0.1",
"through2": "^2.0.1"
"gulp-match": "^1.1.0",
"ternary-stream": "^3.0.0",
"through2": "^3.0.1"
},
"devDependencies": {
"end-of-stream": "^1.1.0",
"graceful-fs": "^4.1.10",
"jshint": "^2.9.4",
"end-of-stream": "^1.4.1",
"graceful-fs": "^4.2.0",
"jshint": "^2.10.2",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"rimraf": "^2.5.4",
"should": "^11.1.1",
"stream-exhaust": "^1.0.1",
"vinyl-fs": "^2.4.4"
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"should": "^13.2.3",
"stream-exhaust": "^1.0.2",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"test": "mocha && jshint ."
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT"
}

0 comments on commit 1b846bb

Please sign in to comment.