We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d443bd9 commit 14d7fc7Copy full SHA for 14d7fc7
package.json
@@ -1,10 +1,12 @@
1
{
2
- "version": "1.0.0",
+ "version": "1.0.0-beta.0",
3
"name": "baht",
4
"author": "Manassarn Manoonchai",
5
"description": "Convert number to Thai Baht & Satang format. Blazingly fast. TypeScript / Deno / Bun supported.",
6
"license": "MIT",
7
"main": "dist/index.js",
8
+ "unpkg": "dist/baht.esm.js",
9
+ "jsdelivr": "dist/baht.esm.js",
10
"homepage": "https://github.com/narze/baht.js",
11
"repository": "github:narze/baht.js",
12
"keywords": [
0 commit comments