aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index c13ef46..a643a13 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "dev": "gulp dev", 7 "dev": "gulp dev",
8 "build": "gulp build" 8 "build": "gulp build",
9 "deploy": "firebase deploy"
9 }, 10 },
10 "keywords": [], 11 "keywords": [],
11 "author": "", 12 "author": "",