Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec9b51d

Browse files
committedOct 23, 2016
Merge branch '1.X': Bumped to 2.2.X for engines >=4
2 parents 6aa5eb4 + 0290827 commit ec9b51d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-sourcemaps",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Source map support for Gulp.js",
55
"homepage": "http://github.com/floridoo/gulp-sourcemaps",
66
"repository": "git://github.com/floridoo/gulp-sourcemaps.git",
@@ -42,5 +42,8 @@
4242
"files": [
4343
"index.js",
4444
"src"
45-
]
45+
],
46+
"engines": {
47+
"node": ">=4"
48+
}
4649
}

0 commit comments

Comments
 (0)
Please sign in to comment.