diff --git a/woosh.js b/essential.js similarity index 100% rename from woosh.js rename to essential.js diff --git a/package.json b/package.json index 0e20737..14832b7 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "name": "woosh", + "name": "essential", "description": "Streaming all the way down", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "Pedro Teixeira" }, "repository": { "type": "git", - "url": "http://github.com/pgte/woosh.git" + "url": "http://github.com/pgte/essential.git" }, "tags": ["streaming", "http", "framework"], - "main": "./woosh.js", + "main": "./essential.js", "engines": { "node": ">= 0.6.0" }, "dependencies": { "pipeline": "*"