aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-concat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-concat/package.json')
-rw-r--r--node_modules/gulp-concat/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/node_modules/gulp-concat/package.json b/node_modules/gulp-concat/package.json
index 5a6d7f9f7..db176c435 100644
--- a/node_modules/gulp-concat/package.json
+++ b/node_modules/gulp-concat/package.json
@@ -1,9 +1,9 @@
{
"name": "gulp-concat",
"description": "Concatenates files",
- "version": "2.6.0",
- "repository": "wearefractal/gulp-concat",
- "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
+ "version": "2.6.1",
+ "repository": "contra/gulp-concat",
+ "author": "Contra <yo@contra.io> (http://contra.io/)",
"files": [
"index.js"
],
@@ -12,16 +12,16 @@
],
"dependencies": {
"concat-with-sourcemaps": "^1.0.0",
- "gulp-util": "^3.0.1",
- "through2": "^0.6.3"
+ "through2": "^2.0.0",
+ "vinyl": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.8.7",
- "gulp-sourcemaps": "^1.1.4",
- "istanbul": "^0.3.2",
- "mocha": "^2.0.1",
- "mocha-lcov-reporter": "0.0.1",
- "should": "^5.0.0",
+ "gulp-sourcemaps": "^2.2.0",
+ "istanbul": "^0.4.5",
+ "mocha": "^3.0.0",
+ "mocha-lcov-reporter": "^1.2.0",
+ "should": "^11.0.0",
"stream-array": "^1.0.1",
"stream-assert": "^2.0.1"
},