Skip to content

Commit 69bf88e

Browse files
committed
Pin to gulp-sourcemaps 1.x
Gulp-sourcemaps 2.x requires node 4 or later, so pin to 1.x to maintain compatibility with 0.10.
1 parent d016fd4 commit 69bf88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"gulp-istanbul": "^0.5.0",
5656
"gulp-jshint": "^1.9.0",
5757
"gulp-mocha": "^2.0.0",
58-
"gulp-sourcemaps": "^2.2.0",
58+
"gulp-sourcemaps": "^1.0.0",
5959
"http-server": "^0.8.0",
6060
"jshint-stylish": "^1.0.1",
6161
"karma": "^0.13.0",

0 commit comments

Comments
 (0)