Skip to content

Commit 271fafb

Browse files
committed
better build script
1 parent 7e8525c commit 271fafb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@sgratzl/chartjs-chart-boxplot",
33
"description": "Chart.js module for charting boxplots and violin charts",
44
"version": "3.0.0-alpha.1",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"author": {
69
"name": "datavisyn",
710
"email": "contact@datavisyn.io",

rollup.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export default [
2424
output: {
2525
file: pkg.module,
2626
format: 'esm',
27-
globals: {
28-
'chart.js': 'Chart',
29-
},
3027
},
3128
external: Object.keys(pkg.peerDependencies).concat(Object.keys(pkg.dependencies)),
3229
plugins: [commonjs(), pnp(), resolve()],

0 commit comments

Comments
 (0)