Skip to content

Commit

Permalink
fix: use correct exports
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 11, 2024
1 parent 24d19d6 commit 4910e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cdk/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './ContinuousDeployment.js'
export * from './RepoPermission.js'
export * from './ensureGitHubOIDCProvider.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exports": {
".": {
"import": {
"types": "./dist/cdk/index.d.ts",
"default": "./dist/cdk/index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
Expand Down

0 comments on commit 4910e1e

Please sign in to comment.