Update gulp-sourcemaps to version 2.1.1 🚀 (#422)

https://greenkeeper.io/
This commit is contained in:
Greenkeeper 2016-10-14 10:44:27 +02:00 committed by Julien Fontanet
parent 14a4a415a2
commit 1076fac40f
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
language: node_js language: node_js
node_js: node_js:
# - 'stable' - 'stable'
- '4' - '4'
- '0.12'
# Use containers. # Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/ # http://docs.travis-ci.com/user/workers/container-based-infrastructure/

View File

@ -119,7 +119,7 @@
"gulp-babel": "^6", "gulp-babel": "^6",
"gulp-coffee": "^2.3.1", "gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.0.0", "gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.1", "gulp-sourcemaps": "^2.1.1",
"gulp-watch": "^4.2.2", "gulp-watch": "^4.2.2",
"index-modules": "0.0.0", "index-modules": "0.0.0",
"leche": "^2.1.1", "leche": "^2.1.1",