aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index e31f9e09a..6c401822b 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,7 @@
"private": true,
"scripts": {
"start": "gulp dev",
- "test": "mocha --compilers js:babel-register --recursive",
- "watch": "mocha watch --compilers js:babel-register --recursive"
+ "test": "mocha --compilers js:babel-register --recursive"
},
"dependencies": {
"async": "^1.5.2",