Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 15, 2022
1 parent 8f2cb52 commit f1ee65a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -25,7 +25,15 @@
"push",
"prompt"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": {
"bumpp": "bin/bumpp.js"
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Expand Up @@ -5,5 +5,5 @@ export * from './types/version-bump-options'
export * from './types/version-bump-results'
export * from './types/version-bump-progress'

export { versionBump, versionBumpInfo };
export default versionBump;
export { versionBump, versionBumpInfo }
export default versionBump

0 comments on commit f1ee65a

Please sign in to comment.