Skip to content

Commit

Permalink
Merge pull request tj#109 from mcandre/master
Browse files Browse the repository at this point in the history
Added `npm test` script to package.json
  • Loading branch information
btd committed Sep 13, 2013
2 parents 3d90420 + b09019b commit 2ed049c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" }
, "homepage": "https://github.com/visionmedia/should.js"
, "contributors": [ "Aseem Kishore <[email protected]>" ]
, "scripts": { "test": "make test" }
, "devDependencies": {
"mocha": "*"
}
Expand Down

0 comments on commit 2ed049c

Please sign in to comment.