Skip to content

Commit

Permalink
Remove unused misc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 11, 2015
1 parent 93696fa commit 370a7c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"scripts": {
"lint": "eslint bin lib index.js test",
"doc": "documentation index.js -f md > docs/NODE_API.md",
"test": "npm run lint && tap -t 120 --coverage test/*.js test/lib test/misc test/streams"
"test": "npm run lint && tap -t 120 --coverage test/*.js test/lib test/streams"
}
}
1 change: 0 additions & 1 deletion test/misc/index.js

This file was deleted.

0 comments on commit 370a7c5

Please sign in to comment.