Skip to content

Commit ee9c5e9

Browse files
committed
v1.4.5
1 parent 7c11c0c commit ee9c5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "myanmar-notation",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "is Node.js module and a library which converts the given number into words in Myanmar.",
55
"main": "index",
66
"types": "index",
77
"type": "module",
88
"scripts": {
9-
"prepublish": "npm run build",
9+
"-prepublish": "npm run build",
1010
"build": "npm run build:web && npm run build:node",
1111
"build:node": "tsc",
1212
"build:web": "node webpack.build.js",

0 commit comments

Comments
 (0)