Skip to content

Commit

Permalink
Add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Jan 9, 2012
1 parent af5b64a commit 301085e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"repository": "git://github.com/visionmedia/express",
"main": "index",
"bin": { "express": "./bin/express" },
"scripts": { "prepublish" : "npm prune" },
"scripts": {
"prepublish" : "npm prune",
"test": "make test"
},
"engines": { "node":">= 0.5.0 < 0.7.0" }
}
}

0 comments on commit 301085e

Please sign in to comment.