aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.json')
-rw-r--r--scripts/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/package.json b/scripts/package.json
index 63aeefa..56c62ed 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -18,6 +18,7 @@
18 "package": "node package.js", 18 "package": "node package.js",
19 "verify": "node verify.js", 19 "verify": "node verify.js",
20 "update": "node update.js", 20 "update": "node update.js",
21 "github": "node add_github.js" 21 "github": "node add_github.js",
22 "load": "node load.js"
22 } 23 }
23} 24}