mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Continue writing
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user