Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Dec 20, 2023
1 parent 8637438 commit 73e2bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineBuildConfig({
rollup: {
inlineDependencies: true,
emitCJS: true,
cjsBridge: true,
esbuild: {
minify: true,
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "csvgtocss",
"version": "0.0.4",
"version": "0.0.5",
"description": "Convert svg to css",
"source": "src/index.ts",
"main": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
Expand Down

0 comments on commit 73e2bcf

Please sign in to comment.