diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1bf4259 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +config.js diff --git a/Readme.md b/Readme.md index e9c1956..cbd5831 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/package.json b/package.json index ceee059..64bd0b7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Ilya Braude ", "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" @@ -20,8 +21,8 @@ "colors": "*" }, "license": "MIT", - "engine": { - "node": ">=0.6" + "engines": { + "node": ">=0.6.0" } }