Browse Source

fix: point new dist files

pull/2111/head
Yoshiya Hinosawa 8 years ago
parent
commit
b5dff410f3
  1. 4
      bower.json
  2. 6
      component.json
  3. 3
      package.json

4
bower.json

@ -1,8 +1,8 @@
{
"name": "c3",
"main": [
"c3.css",
"c3.js"
"dist/c3.css",
"dist/c3.js"
],
"homepage": "https://github.com/masayuki0812/c3",
"authors": [

6
component.json

@ -9,11 +9,11 @@
},
"development": {},
"license": "MIT",
"main": "c3.js",
"main": "dist/c3.js",
"scripts": [
"c3.js"
"dist/c3.js"
],
"styles": [
"c3.css"
"dist/c3.css"
]
}

3
package.json

@ -2,7 +2,8 @@
"name": "c3",
"version": "0.4.15",
"description": "D3-based reusable chart library",
"main": "c3.js",
"main": "dist/c3.js",
"style": "dist/c3.css",
"scripts": {
"serve": "static -p 8080 htdocs/",
"lint": "jshint --reporter=node_modules/jshint-stylish src/ spec/",

Loading…
Cancel
Save