Skip to content

Commit

Permalink
Remove unnecessary test file. Cleanup meta files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapetan committed Mar 10, 2015
1 parent 6012370 commit 2ab7fbd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea
*.DS_Store
/node_modules
/coverage
node_modules
2 changes: 0 additions & 2 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
node_modules
patches/*/node_modules
coverage
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
test/
test.js
test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Express middleware for performing internal batch requests",
"main": "source/index.js",
"scripts": {
"test": "node ./test.js"
"test": "mocha"
},
"dependencies": {
"pump": "~1.0.0",
Expand Down
8 changes: 0 additions & 8 deletions test.js

This file was deleted.

0 comments on commit 2ab7fbd

Please sign in to comment.