Skip to content

Commit

Permalink
Adding support for npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgco committed Jan 4, 2012
1 parent 59fc08d commit e1d0ca1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -10,6 +10,10 @@
"url": "git://github.com/tomgallacher/gzippo.git" "url": "git://github.com/tomgallacher/gzippo.git"
}, },
"engines" : { "node" : ">= 0.5 < 0.7" }, "engines" : { "node" : ">= 0.5 < 0.7" },
"scripts":
{
"test": "expresso"
},
"main" : "./index.js", "main" : "./index.js",
"dependencies" : "dependencies" :
{ {
Expand Down

0 comments on commit e1d0ca1

Please sign in to comment.