Skip to content

Commit

Permalink
bumping to 1.9.X for engines def
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Oct 23, 2016
1 parent 3f76e4b commit 0290827
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": "1.8.1",
"version": "1.9.0",
"description": "Source map support for Gulp.js",
"homepage": "http://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": ">=0.10.0"
}
}

0 comments on commit 0290827

Please sign in to comment.