1
0
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:
Denis Demchenko 2018-06-27 22:59:32 +03:00
parent 6f3b13f9fd
commit b299397f08
4 changed files with 6386 additions and 929 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ node_modules/
/bowser.js
/bowser.min.js
/lib/
.nyc_output

View File

@ -1,3 +1,4 @@
make
src/useragents.js
Makefile
.nyc_output

7309
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
"url": "git+https://github.com/ded/bowser.git"
},
"devDependencies": {
"ava": "^0.19.0",
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
@ -29,7 +29,7 @@
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-ava": "^4.4.0",
"eslint-plugin-import": "^2.8.0",
"husky": "^0.14.3",
"nyc": "^12.0.2",
"sinon": "^2.4.1",
"testem": "^1.18.4",
"yamljs": "^0.3.0"