feat: add a gulp command for release
Signed-off-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
This commit is contained in:
parent
52cca39823
commit
aaa97495fd
6 changed files with 103 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue