Skip to content

Commit

Permalink
Fix publication errors for @patternfly/react-charts
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Koops <[email protected]>
  • Loading branch information
jonkoops committed Sep 21, 2024
1 parent 57be8e1 commit ebb629c
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@
"name": "@patternfly/react-charts",
"version": "8.0.0-prerelease.10",
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"patternfly:src": "src/",
"sideEffects": [
"*.css",
"*.scss"
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/js/index.d.ts",
"default": "./dist/js/index.d.ts"
}
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"tag": "prerelase"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-react.git"
"url": "git+https://github.com/patternfly/patternfly-react.git"
},
"keywords": [
"react",
Expand Down

0 comments on commit ebb629c

Please sign in to comment.