Browse Source

chore: publish necessary files only (#2433)

pull/2441/head
Yoshiya Hinosawa 6 years ago committed by GitHub
parent
commit
904c3e420a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .editorconfig
  2. 6
      package.json

3
.editorconfig

@ -11,3 +11,6 @@ insert_final_newline = true
[*.yml] [*.yml]
indent_size = 2 indent_size = 2
[*.json]
indent_size = 2

6
package.json

@ -3,6 +3,12 @@
"version": "0.6.6", "version": "0.6.6",
"description": "D3-based reusable chart library", "description": "D3-based reusable chart library",
"main": "c3.js", "main": "c3.js",
"files": [
"c3.js",
"c3.min.js",
"c3.css",
"c3.min.css"
],
"scripts": { "scripts": {
"start": "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/",

Loading…
Cancel
Save