Skip to content

Commit

Permalink
fix(charts): fix main and module entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljeter committed Sep 18, 2019
1 parent 21fcf74 commit 98d74dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions charts/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ dist/
docs/
typings/*
config/
scss/
src/
!tools/nodeVersionCheck.js
.babelrc
.editorconfig
Expand Down
6 changes: 4 additions & 2 deletions charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@momentum-ui/charts",
"version": "1.0.0-beta.0",
"description": "momentum style chart library",
"main": "index.js",
"main": "bundles/momentum-ui-chart-min.js",
"module": "es/index.js",
"repository": "https://github.com/momentum-design/momentum-ui",
"author": "Cisco Momentum Team",
"license": "MIT",
Expand All @@ -16,7 +17,8 @@
"test:CI": "jest --maxWorkers=2 --bail",
"start": "node tools/website/server",
"g": "node tools/init/init.js",
"test": "jest"
"test": "jest",
"prepublishOnly": "yarn build:lib"
},
"jest": {
"roots": [
Expand Down

0 comments on commit 98d74dc

Please sign in to comment.