Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
added es6-promise to npm package dependencies so it installs upon npm…
Browse files Browse the repository at this point in the history
… run setup
  • Loading branch information
seanaery committed Dec 9, 2016
1 parent 3b22546 commit 9e29cfd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@
},
"devDependencies": {
"browser-sync": "~2.7.4",
"imagemin-pngcrush": "~4.1.0",
"node-sass": "^3.4.1",
"es6-promise": "^4.0.5",
"gulp": "~3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "~2.2.1",
"gulp-jshint": "~2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "~1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "~2.0.1",
"gulp-sass-glob": "0.0.2",
"gulp-scss-lint": "~0.3.9",
"gulp-shell": "~0.4.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-scss-lint": "~0.3.9",
"imagemin-pngcrush": "~4.1.0",
"jshint": "~2.9.1",
"gulp-jshint": "~2.0.0"
"node-sass": "^3.4.1"
}
}

0 comments on commit 9e29cfd

Please sign in to comment.