aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f04d97423..cd6e36369 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
18 }, 18 },
19 "scripts": { 19 "scripts": {
20 "start": "grunt dev", 20 "start": "grunt dev",
21 "test": "grunt build && standard && mocha test" 21 "test": "grunt build && standard && mocha tests"
22 }, 22 },
23 "dependencies": { 23 "dependencies": {
24 "async": "^1.2.1", 24 "async": "^1.2.1",