We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db2440 commit 419d00aCopy full SHA for 419d00a
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"lint": "eslint .",
8
"lint:fix": "npm run lint -- --fix",
9
- "test": "npm run lint && nyc -c ava"
+ "test": "npm run lint && nyc -c ava",
10
+ "coveralls": "nyc report --reporter=text-lcov | coveralls"
11
},
12
"engines": {
13
"node": ">=0.10"
@@ -36,6 +37,7 @@
36
37
"homepage": "https://github.com/Arttse/node.is-url-protocol-without-slashes#readme",
38
"devDependencies": {
39
"ava": "^1.3.1",
40
+ "coveralls": "^3.0.3",
41
"eslint": "^5.15.1",
42
"eslint-config-standard": "^12.0.0",
43
"eslint-plugin-import": "^2.16.0",
0 commit comments