aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 866d52d..0a4f724 100644
--- a/package.json
+++ b/package.json
@@ -4,12 +4,14 @@
"description": "",
"main": "index.js",
"scripts": {
- "test": "eslint .",
- "start": "node index.js"
+ "test": "ava",
+ "lint": "eslint .",
+ "start": "node index.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
+ "ava": "1.0.0-beta.7",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"