Skip to content

Commit 50a4660

Browse files
committed
Revert "added coveralls"
This reverts commit 8edc3d1.
1 parent 8edc3d1 commit 50a4660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"graphlib": "^2.1.1"
2222
},
2323
"devDependencies": {
24-
"coveralls": "^2.12.0",
2524
"eslint": "^3.5.0",
2625
"rewire": "^2.5.2",
2726
"tap": "^7.1.2"
@@ -56,7 +55,7 @@
5655
"license": "MIT",
5756
"scripts": {
5857
"lint": "eslint core/**/*.js",
59-
"pretest": "npm run lint",
58+
"pretest" : "npm run lint",
6059
"test": "tap test/*_tests.js --reporter spec --coverage"
6160
},
6261
"engines": {

0 commit comments

Comments
 (0)