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

Add Parser.check and related things

This commit is contained in:
Denis Demchenko
2018-07-02 16:51:40 +03:00
parent 9cb04fcbae
commit 560ec06eeb
3 changed files with 47 additions and 3 deletions

View File

@@ -60,5 +60,8 @@
"test": "eslint ./src & nyc --reporter=html --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT"
"license": "MIT",
"dependencies": {
"semver": "^5.5.0"
}
}