Browse Source

chore: rename serve task to start (#2323)

pull/2331/head
Yoshiya Hinosawa 7 years ago committed by GitHub
parent
commit
52383c0dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -20,7 +20,7 @@ Additional samples can be found in this repository:
You can run these samples as: You can run these samples as:
``` ```
$ npm run serve $ npm start
``` ```
## Google Group ## Google Group

2
package.json

@ -4,7 +4,7 @@
"description": "D3-based reusable chart library", "description": "D3-based reusable chart library",
"main": "c3.js", "main": "c3.js",
"scripts": { "scripts": {
"serve": "static -p 8080 htdocs/", "start": "static -p 8080 htdocs/",
"lint": "jshint --reporter=node_modules/jshint-stylish src/ spec/", "lint": "jshint --reporter=node_modules/jshint-stylish src/ spec/",
"build": "npm run build:js && npm run build:css", "build": "npm run build:js && npm run build:css",
"build:js": "npm run build:js:rollup && npm run build:js:uglify", "build:js": "npm run build:js:rollup && npm run build:js:uglify",

Loading…
Cancel
Save