Skip to content

Commit 284618f

Browse files
committed
chore: release v0.2.0
1 parent 28457ee commit 284618f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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",
@@ -35,9 +27,8 @@
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
}

0 commit comments

Comments
 (0)