Fixing merge conflict.
Showing
.editorconfig
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "c3", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "D3-based reusable chart library", | ||
"main": "c3.js", | ||
"scripts": { | ||
... | ... | @@ -20,17 +20,17 @@ |
"gitHead": "84e03109d9a590f9c8ef687c03d751f666080c6f", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"d3": "~3.4.4" | ||
"d3": "<=3.5.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-concat": "~0.5.0", | ||
"grunt-contrib-cssmin": "^0.10.0", | ||
"grunt-contrib-jasmine": "~0.8.0", | ||
"grunt-contrib-jshint": "~0.7.1", | ||
"grunt-contrib-sass": "^0.8.1", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-uglify": "~0.4.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-sass": "^0.17.0", | ||
"load-grunt-tasks": "~0.2.0" | ||
} | ||
} |
src/polyfill.js
0 → 100644
Please
register
or
sign in
to comment