aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3c4934d29..0cdd11afe 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/api" 21 "test": "grunt build && standard && mocha test"
22 }, 22 },
23 "dependencies": { 23 "dependencies": {
24 "async": "^1.2.1", 24 "async": "^1.2.1",
@@ -74,7 +74,8 @@
74 "afterEach", 74 "afterEach",
75 "before", 75 "before",
76 "beforeEach", 76 "beforeEach",
77 "describe" 77 "describe",
78 "include"
78 ] 79 ]
79 } 80 }
80} 81}