aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index d7e29e0c1..cebd5b506 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
34 "dev": "concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"", 34 "dev": "concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"",
35 "livereload": "livereload ./client", 35 "livereload": "livereload ./client",
36 "start": "node server", 36 "start": "node server",
37 "test": "standard && mocha tests" 37 "test": "standard && mocha server/tests"
38 }, 38 },
39 "dependencies": { 39 "dependencies": {
40 "async": "^1.2.1", 40 "async": "^1.2.1",
@@ -73,6 +73,9 @@
73 "supertest": "^1.1.0" 73 "supertest": "^1.1.0"
74 }, 74 },
75 "standard": { 75 "standard": {
76 "ignore": [
77 "client/"
78 ],
76 "globals": [ 79 "globals": [
77 "alert", 80 "alert",
78 "confirm", 81 "confirm",