Skip to content

Commit

Permalink
fix(dev-env): Update main entry point
Browse files Browse the repository at this point in the history
Point 'src/core.js' file as main entry, to make import
only used d3 modules for module based work environments

Fix #391
Fix #525
Close #549
  • Loading branch information
netil committed Aug 20, 2018
1 parent 9411758 commit 1488232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.1-snapshot",
"description": "Re-usable easy interface JavaScript chart library, based on D3 v4+",
"homepage": "http://naver.github.io/billboard.js/",
"main": "dist/billboard.js",
"main": "src/core.js",
"scripts": {
"start": "webpack-serve --open",
"build": "npm run build:production && npm run build:packaged && npm run build:theme",
Expand Down

0 comments on commit 1488232

Please sign in to comment.