-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,22 +20,22 @@ | |
"author": "Florian Reiterer <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"acorn": "^2.6.4", | ||
"convert-source-map": "^1.1.1", | ||
"css": "^2.2.1", | ||
"detect-newline": "^1.0.3", | ||
"graceful-fs": "^4.1.2", | ||
"source-map": "^0.5.3", | ||
"strip-bom": "^2.0.0", | ||
"through2": "^2.0.0", | ||
"vinyl": "^1.0.0" | ||
"acorn": "4.X", | ||
"convert-source-map": "1.X", | ||
"css": "2.X", | ||
"detect-newline": "2.X", | ||
"graceful-fs": "4.X", | ||
"source-map": "0.X", | ||
"strip-bom": "3.X", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nmccready
Author
Collaborator
|
||
"through2": "2.X", | ||
"vinyl": "1.X" | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.8.0", | ||
"tape": "^4.2.0", | ||
"istanbul": "^0.3.21", | ||
"faucet": "0.0.1", | ||
"coveralls": "^2.11.4" | ||
"jshint": "2.X", | ||
"tape": "4.X", | ||
"istanbul": "0.X", | ||
"faucet": "0.0.X", | ||
"coveralls": "2.X" | ||
}, | ||
"files": [ | ||
"index.js" | ||
|
@nmccready I should have commented it before v1.7.0 release, but I just found that this commit actually required major version bump.
strip-bom
v3.0.0 doesn't support Node 0.x, that means, this update introduces a breaking change — drop Node 0.x support — to gulp-sourcemap.As a transitory measure, you should:
strip-bom
to^2.0.0