summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-10 10:06:01 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-12 21:38:01 +0100
commita79a8d6356b0e72627f085938b4bb34767525102 (patch)
tree2097c00bbd47cfa94f5611a49c29f10cf380011a /package.json
parent664d0685feb851604717e14edbd4458b20e5addc (diff)
Sharing design and cdav request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 10570890..e78025d2 100644
--- a/package.json
+++ b/package.json
@@ -31,8 +31,8 @@
"lint:fix": "eslint --ext .js,.vue src tests --fix",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
- "test": "mocha-webpack --webpack-config webpack.test.js --require tests/setup.js \"tests/js/**/*.spec.js\"",
- "test:watch": "mocha-webpack -w --webpack-config webpack.test.js --require tests/setup.js \"tests/js/**/*.spec.js\""
+ "test": "mocha-webpack --webpack-config webpack.test.js --interactive false --require tests/setup.js \"tests/js/**/*.spec.js\"",
+ "test:watch": "mocha-webpack -w --webpack-config webpack.test.js --interactive false --require tests/setup.js \"tests/js/**/*.spec.js\""
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
@@ -58,7 +58,7 @@
"ie >= 11"
],
"engines": {
- "node": ">=11.0.0"
+ "node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.5",