Skip to content

Commit

Permalink
Remove Makefile, move scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeveloper committed Jan 5, 2016
1 parent 42d638d commit e6c898d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 0 additions & 12 deletions Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Battle-hardened distributed locking using redis",
"main": "lib/warlock.js",
"scripts": {
"test": "make test"
"test": "mocha -R list ./test/warlock",
"bench": "mocha -R list ./test/bench"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e6c898d

Please sign in to comment.