Skip to content

Commit

Permalink
[charts] Fix charts vendor publish config (#14073)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas authored Aug 2, 2024
1 parent 345c769 commit 98975a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/x-charts-vendor/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
!/lib-vendor
!/src
!/d3-*
!/delaunator.*
!/robust-predicates.*
!/internmap.js
!LICENSE.txt
!CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts-vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"rimraf": "^5.0.8"
},
"publishConfig": {
"provenance": true
"access": "public"
},
"scripts": {
"build": "node ./scripts/build.js"
Expand Down

0 comments on commit 98975a3

Please sign in to comment.