File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " blipgloss" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.2.0 " ,
44 "main" : " dist/index.js" ,
5- "module" : " dist/index.mjs" ,
65 "types" : " dist/index.d.ts" ,
7- "exports" : {
8- "." : {
9- "require" : " ./dist/index.js" ,
10- "import" : " ./dist/index.mjs" ,
11- "types" : " ./dist/index.d.ts"
12- }
13- },
146 "description" : " " ,
157 "scripts" : {
16- "build" : " tsup " ,
8+ "build" : " bun run ./build.mjs " ,
179 "build:go" : " ./build.sh" ,
1810 "release" : " bumpp --commit --push --tag && npm publish" ,
1911 "prepublishOnly" : " bun run build" ,
3527 "bugs" : " https://github.com/wobsoriano/blipgloss/issues" ,
3628 "author" :
" Robert Soriano <[email protected] >" ,
3729 "devDependencies" : {
38- "bumpp" : " ^9.1.1" ,
3930 "bun-types" : " ^0.7.1" ,
40- "tsup " : " ^7.2 .0" ,
31+ "bun-plugin-dts " : " ^0.1 .0" ,
4132 "typescript" : " ^5.1.6"
4233 }
4334}
You can’t perform that action at this time.
0 commit comments