diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-11-16 01:59:39 +0100 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-11-16 02:00:31 +0100 |
| commit | bd65bb67e25a79b019d745b7262b2008ce2adb15 (patch) | |
| tree | 89e1b032103a63737f1a703e6a943832ef261704 /node_modules/gulp-concat/package.json | |
| parent | f91466595b651721690133f58ab37f977539e95b (diff) | |
incrementally verify denoms
The denominations are not stored in a separate object store.
Diffstat (limited to 'node_modules/gulp-concat/package.json')
| -rw-r--r-- | node_modules/gulp-concat/package.json | 20 |
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" }, |
