1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Upgrade ava to 1.1.0 and fix tests

This commit is contained in:
Denis Demchenko
2019-01-19 12:07:15 +02:00
parent 1a15ccdbea
commit 9d2d93ebd4
3 changed files with 99 additions and 144 deletions

View File

@@ -26,6 +26,7 @@
"url": "git+https://github.com/lancedikson/bowser.git"
},
"devDependencies": {
"@babel/register": "^7.0.0",
"ava": "^1.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
@@ -52,9 +53,8 @@
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
"@babel/register"
]
},
"bugs": {
"url": "https://github.com/lancedikson/bowser/issues"