Remove files in package.json

This commit is contained in:
Sébastien Chopin 2016-11-07 13:55:26 +01:00
parent 5aa42e2903
commit 59f69165bb
2 changed files with 2 additions and 5 deletions

View File

@ -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
```

View File

@ -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"
},