diff --git a/README.md b/README.md index d6a6336e87..03ebff5f19 100644 --- a/README.md +++ b/README.md @@ -111,5 +111,5 @@ If you want to launch one example to see it live: ```bash cd node_modules/nuxt/ bin/nuxt examples/hello-world -# Go to http:/localhost:3000 +# Go to http://localhost:3000 ``` diff --git a/package.json b/package.json index 6a15f113bc..23b6aea3f3 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,10 @@ { "name": "nuxt", - "version": "0.1.1", + "version": "0.1.2", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "main": "index.js", "license": "MIT", "repository": "Atinux/nuxt.js", - "files": [ - "dist" - ], "bin": { "nuxt": "./bin/nuxt" },