Skip to content

Commit

Permalink
Merge branch '1.X': Bumped to 2.2.X for engines >=4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Oct 23, 2016
2 parents 6aa5eb4 + 0290827 commit ec9b51d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-sourcemaps",
"version": "2.1.1",
"version": "2.2.0",
"description": "Source map support for Gulp.js",
"homepage": "https://github.com/floridoo/gulp-sourcemaps",
"repository": "git://github.com/floridoo/gulp-sourcemaps.git",
Expand Down Expand Up @@ -42,5 +42,8 @@
"files": [
"index.js",
"src"
]
],
"engines": {
"node": ">=4"
}
}

0 comments on commit ec9b51d

Please sign in to comment.