fix npm script on examples

This commit is contained in:
nkzawa 2016-12-26 12:59:09 +09:00
parent 157d9aebf7
commit 1888a251a8
6 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ Install it and run:
```bash
npm install
npm start
npm run dev
```
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))

View file

@ -1,6 +1,6 @@
{
"scripts": {
"start": "node server.js"
"dev": "node server.js"
},
"dependencies": {
"express": "^4.14.0",

View file

@ -14,7 +14,7 @@ Install it and run:
```bash
npm install
npm start
npm run dev
```
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))

View file

@ -1,6 +1,6 @@
{
"scripts": {
"start": "node server.js"
"dev": "node server.js"
},
"dependencies": {
"next": "^2.0.0-beta"

View file

@ -14,7 +14,7 @@ Install it and run:
```bash
npm install
npm start
npm run dev
```
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))

View file

@ -1,6 +1,6 @@
{
"scripts": {
"start": "node server.js"
"dev": "node server.js"
},
"dependencies": {
"express": "^4.14.0",