gulp-useref
Advanced tools
+3
-3
@@ -64,5 +64,5 @@ 'use strict'; | ||
| }) | ||
| .on('error', function (err) { | ||
| self.emit('error', new Error(err)); | ||
| }); | ||
| .on('error', function (err) { | ||
| self.emit('error', new Error(err)); | ||
| }); | ||
@@ -69,0 +69,0 @@ // add files from external streams |
+5
-5
| { | ||
| "name": "gulp-useref", | ||
| "version": "3.1.2", | ||
| "version": "3.1.3", | ||
| "description": "Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.", | ||
@@ -21,10 +21,10 @@ "main": "index.js", | ||
| "devDependencies": { | ||
| "coveralls": "^2.11.4", | ||
| "coveralls": "^3.0.0", | ||
| "gulp": "^3.9.0", | ||
| "gulp-eslint": "^3.0.1", | ||
| "gulp-mocha": "^3.0.1", | ||
| "gulp-eslint": "^4.0.0", | ||
| "gulp-mocha": "^4.3.1", | ||
| "gulp-rename": "^1.2.2", | ||
| "mocha": "*", | ||
| "mock-gulp-dest": "^0.1.1", | ||
| "nyc": "^8.1.0", | ||
| "nyc": "^11.3.0", | ||
| "should": "*" | ||
@@ -31,0 +31,0 @@ }, |
19910
0.06%