diff --git a/http.js b/index.js similarity index 100% rename from http.js rename to index.js diff --git a/package.json b/package.json index a5f710b..25d52e2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "http-node", - "version": "1.2.0", + "version": "1.2.1", "description": "Node.js http as a standalone package", "repository": { "type": "git", "url": "git://github.com/jscissr/http-node.git" }, - "main": "http.js", + "main": "index.js", "license": "MIT", "dependencies": { "freelist": "^1.0.3",