mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
Remove files in package.json
This commit is contained in:
parent
5aa42e2903
commit
59f69165bb
@ -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
|
||||
```
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user