aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index 749c779..e4451e5 100644
--- a/package.json
+++ b/package.json
@@ -31,18 +31,19 @@
"example:build": "yarn run build && yarn run build:application",
"example:run": "cd ./example/application && yarn run start",
"lint": "tslint --format codeFrame --project ./",
- "lint:fix": "yarn run lint --fix"
+ "lint:fix": "yarn run lint --fix",
+ "test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
- "@types/node": "^12.7.2",
- "electron": "^6.0.3",
+ "@types/node": "^12.7.3",
+ "electron": "^6.0.7",
"spectron": "^8.0.0",
"tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.2.0",
- "typescript": "^3.5.3"
+ "typescript": "^3.6.2"
},
"dependencies": {
"chokidar": "^3.0.2"