feat: add a gulp command for release

Signed-off-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
This commit is contained in:
Rodolphe Pelloux-Prayer 2017-05-04 22:18:31 +02:00
parent 52cca39823
commit aaa97495fd
No known key found for this signature in database
GPG key ID: D6C96C01D7A679A4
6 changed files with 103 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "brouter-web",
"version": "0.5.0",
"version": "0.6.3",
"description": "Web client for BRouter",
"main": "js/index.js",
"scripts": {
@ -14,19 +14,25 @@
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^2.7.0",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.1.2",
"gulp-confirm": "^1.0.6",
"gulp-debug": "^2.0.1",
"gulp-git": "^2.2.0",
"gulp-github-release": "^1.2.1",
"gulp-if": "^2.0.0",
"gulp-inject": "^1.2.0",
"gulp-minify-css": "^1.0.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.0.0",
"main-bower-files": "^2.6.2"
}
}