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

Support non strict equality in satisfies method

This commit is contained in:
Dariusz Rzepka
2018-12-27 17:49:58 +01:00
parent 70a4604873
commit 3729f6f92e
3 changed files with 25 additions and 7 deletions

View File

@@ -68,6 +68,7 @@
"lint": "eslint ./src",
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc -c jsdoc.json"
},