Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcljx committed Oct 10, 2018
1 parent 03cd06e commit 6b76d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-order",
"description": "The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`.",
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"main": "lib/index.js",
"homepage": "https://github.com/sirlantis/gulp-order#readme",
Expand All @@ -19,9 +19,9 @@
"vinyl": "~2.1.0"
},
"dependencies": {
"through": "~2.3.8",
"minimatch": "~3.0.4",
"stable": "~0.1.8"
"stable": "~0.1.8",
"through": "~2.3.8"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 6b76d72

Please sign in to comment.