diff options
author | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-31 09:53:58 +1000 |
---|---|---|
committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-31 10:01:15 +1000 |
commit | e2ef8d991eb105573e0a62cfe9a3eacd0fe60fd0 (patch) | |
tree | 33f24e7f4ce402d112bf5a64c040a0569098d73d /package.json | |
parent | 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 (diff) |
Added gh-pages invocation for release
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 65441f5..cdafc8d 100644 --- a/package.json +++ b/package.json | |||
@@ -8,8 +8,8 @@ | |||
8 | "postinstall": "bower install", | 8 | "postinstall": "bower install", |
9 | "start": "gulp serve", | 9 | "start": "gulp serve", |
10 | "prestart": "gulp package", | 10 | "prestart": "gulp package", |
11 | "prepublish": "gulp package", | 11 | "new": "gulp new", |
12 | "new": "gulp new" | 12 | "release": "gulp release" |
13 | }, | 13 | }, |
14 | "author": { | 14 | "author": { |
15 | "name": "Michael Krotscheck", | 15 | "name": "Michael Krotscheck", |
@@ -24,6 +24,7 @@ | |||
24 | "gulp": "^3.9.0", | 24 | "gulp": "^3.9.0", |
25 | "gulp-compile-handlebars": "^0.5.0", | 25 | "gulp-compile-handlebars": "^0.5.0", |
26 | "gulp-filter": "^3.0.0", | 26 | "gulp-filter": "^3.0.0", |
27 | "gulp-gh-pages": "^0.5.2", | ||
27 | "gulp-git": "^1.2.4", | 28 | "gulp-git": "^1.2.4", |
28 | "gulp-ignore": "^1.2.1", | 29 | "gulp-ignore": "^1.2.1", |
29 | "gulp-less": "^3.0.3", | 30 | "gulp-less": "^3.0.3", |