Skip to content

Commit

Permalink
Remove complexity-report and upping deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geek committed Aug 28, 2013
1 parent 49315b7 commit be587db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Van Nguyen <the.gol.effect@gmail.com>
Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)
Wyatt Preul <wpreul@gmail.com> (http://jsgeek.com)
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
test:
@node node_modules/lab/bin/lab
test-cov:
test-cov:
@node node_modules/lab/bin/lab -r threshold -t 100
test-cov-html:
@node node_modules/lab/bin/lab -r html -o coverage.html
complexity:
@node node_modules/complexity-report/src/cli.js -o complexity.md -f markdown lib

.PHONY: test test-cov test-cov-html complexity
.PHONY: test test-cov test-cov-html

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "shot",
"description": "Injects a fake HTTP request/response into a node HTTP server",
"version": "0.4.5",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
"contributors":[
],
"repository": "git://github.com/spumko/shot",
"main": "index",
"keywords": [
Expand All @@ -19,8 +16,7 @@
"dependencies": {
},
"devDependencies": {
"lab": "0.1.x",
"complexity-report": "0.x.x"
"lab": "0.2.x"
},
"scripts": {
"test": "make test-cov"
Expand Down

0 comments on commit be587db

Please sign in to comment.