We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c11c0c commit ee9c5e9Copy full SHA for ee9c5e9
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "myanmar-notation",
3
- "version": "1.4.4",
+ "version": "1.4.5",
4
"description": "is Node.js module and a library which converts the given number into words in Myanmar.",
5
"main": "index",
6
"types": "index",
7
"type": "module",
8
"scripts": {
9
- "prepublish": "npm run build",
+ "-prepublish": "npm run build",
10
"build": "npm run build:web && npm run build:node",
11
"build:node": "tsc",
12
"build:web": "node webpack.build.js",
0 commit comments