From 52383c0dc13f639e333732f6ed4a2c6bfdbd1450 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 25 Mar 2018 16:12:37 +0900 Subject: [PATCH] chore: rename serve task to start (#2323) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f641e5..828f481 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Additional samples can be found in this repository: You can run these samples as: ``` -$ npm run serve +$ npm start ``` ## Google Group diff --git a/package.json b/package.json index da0033d..68a559c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "D3-based reusable chart library", "main": "c3.js", "scripts": { - "serve": "static -p 8080 htdocs/", + "start": "static -p 8080 htdocs/", "lint": "jshint --reporter=node_modules/jshint-stylish src/ spec/", "build": "npm run build:js && npm run build:css", "build:js": "npm run build:js:rollup && npm run build:js:uglify",