Skip to content

Commit

Permalink
v0.13.4: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
taichunmin committed Jun 3, 2024
1 parent 83fe700 commit 1e7065f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "dist/buffer.js",
"module": "dist/buffer.mjs",
"name": "@taichunmin/buffer",
"version": "0.13.3",
"version": "0.13.4",
"author": {
"email": "taichunmin@gmail.com",
"name": "Chunmin Tai",
Expand Down Expand Up @@ -53,15 +53,13 @@
"exports": {
"./package.json": "./package.json",
".": {
"browser": "./dist/buffer.global.js",
"import": {
"default": "./dist/buffer.mjs",
"types": "./dist/buffer.d.mts"
"types": {
"import": "./dist/buffer.d.mts",
"require": "./dist/buffer.d.ts"
},
"require": {
"default": "./dist/buffer.js",
"types": "./dist/buffer.d.ts"
}
"import": "./dist/buffer.mjs",
"require": "./dist/buffer.js",
"script": "./dist/buffer.global.js"
}
},
"keywords": [
Expand Down

0 comments on commit 1e7065f

Please sign in to comment.