diff options
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", |