mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Update testing and coverage tools
This commit is contained in:
parent
6f3b13f9fd
commit
b299397f08
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules/
|
|||||||
/bowser.js
|
/bowser.js
|
||||||
/bowser.min.js
|
/bowser.min.js
|
||||||
/lib/
|
/lib/
|
||||||
|
.nyc_output
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
make
|
make
|
||||||
src/useragents.js
|
src/useragents.js
|
||||||
Makefile
|
Makefile
|
||||||
|
.nyc_output
|
||||||
|
7309
package-lock.json
generated
7309
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@
|
|||||||
"url": "git+https://github.com/ded/bowser.git"
|
"url": "git+https://github.com/ded/bowser.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.19.0",
|
"ava": "^0.25.0",
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.6.1",
|
||||||
"babel-register": "^6.26.0",
|
"babel-register": "^6.26.0",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"eslint-config-airbnb-base": "^12.1.0",
|
"eslint-config-airbnb-base": "^12.1.0",
|
||||||
"eslint-plugin-ava": "^4.4.0",
|
"eslint-plugin-ava": "^4.4.0",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"husky": "^0.14.3",
|
"nyc": "^12.0.2",
|
||||||
"sinon": "^2.4.1",
|
"sinon": "^2.4.1",
|
||||||
"testem": "^1.18.4",
|
"testem": "^1.18.4",
|
||||||
"yamljs": "^0.3.0"
|
"yamljs": "^0.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user