Skip to content

Commit

Permalink
chore(update ava):
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 8, 2017
1 parent c1a1865 commit 0fcc6e5
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 78 deletions.
144 changes: 69 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"scripts": {
"lint": "eslint --ext=js,html src tests examples",
"test": "npm run lint",
"coverage": "cross-env NODE_ENV=test nyc mocha test/index.js",
"unit": "cross-env NODE_ENV=test nyc ava test/*.js",
"unit": "nyc ava test/*.js",
"dev": "npm run unit -- -w",
"prepublishOnly": "npm run build"
},
Expand All @@ -39,7 +38,7 @@
"firebase": "^4.5.0"
},
"devDependencies": {
"ava": "^0.22.0",
"ava": "^0.23.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
Expand Down

0 comments on commit 0fcc6e5

Please sign in to comment.