Skip to content

Commit

Permalink
fix: export editor types
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmarc committed Dec 31, 2023
1 parent 57c293c commit e6570b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bundle.dts.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"output": {
"sortNodes": true,
"noBanner": true,
"exportReferencedTypes": false
"noBanner": true
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pricingplans-react",
"version": "2.1.1",
"version": "2.1.2",
"description": "A library of components that ease the integration of feature toggling driven by pricing plans into your React application's UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/editor/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { PricingConfigurationRoutes } from "./PricingConfigurationRoutes";
export type { PricingContext, Plans } from "./types";
export * from "./types";

0 comments on commit e6570b9

Please sign in to comment.