Skip to content

Commit

Permalink
Updated (dev)dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieker committed Jun 29, 2016
1 parent 24f7dc5 commit 69e604e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- '4'
- '5'
- '6'
after_script: ./node_modules/.bin/lab -r lcov | ./node_modules/.bin/coveralls
notifications:
slack:
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-chain",
"version": "2.0.0",
"version": "2.0.1",
"description": "Prepare gulp plugin chains for re-use",
"main": "lib/chain.js",
"directories": {
Expand All @@ -24,20 +24,20 @@
"wrap"
],
"author": "Rogier Spieker",
"license": "GPLv2",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/konfirm/gulp-chain/issues"
},
"homepage": "https://github.com/konfirm/gulp-chain",
"dependencies": {
"duplexer2": "^0.1.4",
"through2": "^2.0.0"
"through2": "^2.0.1"
},
"devDependencies": {
"code": "^2.0.1",
"coveralls": "^2.11.4",
"lab": "^8.0.0",
"nsp": "^2.1.0"
"code": "^3.0.1",
"coveralls": "^2.11.9",
"lab": "^10.8.2",
"nsp": "^2.5.0"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 69e604e

Please sign in to comment.