Navigation Menu

Skip to content

Commit

Permalink
updated package to include keywords and fixed engines definition
Browse files Browse the repository at this point in the history
  • Loading branch information
zanchin committed May 24, 2012
1 parent 77b87e8 commit d46e538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
config.js
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -14,7 +14,7 @@ This installs an executable called `nperf`.

You can run the tool directly

$ node node_modules/node-http-perf/bin/nperf
$ node node_modules/http-perf/bin/nperf

Or if installed globally

Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Ilya Braude <ilya@cloudmine.me>",
"description": "a simple utility to test an http server and get stats",
"homepage": "https://github.com/zanchin/node-http-perf",
"keywords": ["http", "performance", "testing"],
"repository": {
"type": "git",
"url": "git://github.com/zanchin/node-http-perf.git"
Expand All @@ -20,8 +21,8 @@
"colors": "*"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
"engines": {
"node": ">=0.6.0"
}
}

Expand Down

0 comments on commit d46e538

Please sign in to comment.