Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit ab4d849

Browse files
committed
Remove buddy js
1 parent a3f841a commit ab4d849

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.buddyrc

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"request-promise": "^0.x"
3838
},
3939
"devDependencies": {
40-
"buddy.js": "~0.x",
4140
"chai": "^2.3.x",
4241
"chai-as-promised": "^5.0.x",
4342
"dirty-chai": "^1.x",
@@ -49,7 +48,7 @@
4948
"eslint": "^3.x"
5049
},
5150
"scripts": {
52-
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --timeout 30000 --reporter spec test/ && eslint . && buddy index.js lib test && nsp check",
53-
"test-only": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --timeout 30000 --reporter spec test/ && buddy index.js lib test && nsp check"
51+
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --timeout 30000 --reporter spec test/ && eslint . && nsp check",
52+
"test-only": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --timeout 30000 --reporter spec test/ && nsp check"
5453
}
5554
}

0 commit comments

Comments
 (0)