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

Continue writing

This commit is contained in:
Denis Demchenko
2017-04-09 17:13:00 +03:00
parent 575ba8076e
commit 3bb6654320
8 changed files with 164 additions and 25 deletions

View File

@@ -17,8 +17,16 @@
"url": "git+https://github.com/ded/bowser.git"
},
"devDependencies": {
"smoosh": "*",
"mocha": "*"
"ava": "^0.19.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.3.3",
"babel-register": "^6.24.1"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"bugs": {
"url": "https://github.com/ded/bowser/issues"
@@ -27,7 +35,7 @@
"test": "test"
},
"scripts": {
"test": "make test",
"test": "ava",
"prepublish": "make boosh"
},
"license": "MIT"