Skip to content

Commit 14d7fc7

Browse files
committed
1.0.0 beta
1 parent d443bd9 commit 14d7fc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.0-beta.0",
33
"name": "baht",
44
"author": "Manassarn Manoonchai",
55
"description": "Convert number to Thai Baht & Satang format. Blazingly fast. TypeScript / Deno / Bun supported.",
66
"license": "MIT",
77
"main": "dist/index.js",
8+
"unpkg": "dist/baht.esm.js",
9+
"jsdelivr": "dist/baht.esm.js",
810
"homepage": "https://github.com/narze/baht.js",
911
"repository": "github:narze/baht.js",
1012
"keywords": [

0 commit comments

Comments
 (0)