moneyutils-in 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moneyutils-in",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "TypeScript-first money utilities for INR formatting, GST, discounts, taxes, payments, and calculations for Indian e-commerce and booking applications.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -23,16 +23,8 @@
|
|
|
23
23
|
"typecheck": "tsc --noEmit",
|
|
24
24
|
"prepublishOnly": "npm run typecheck && npm run test:run && npm run build"
|
|
25
25
|
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "git+https://github.com/Dheemanthshenoy/moneyutils-in.git"
|
|
29
|
-
},
|
|
30
26
|
"author": "Dheemanth Shenoy",
|
|
31
27
|
"license": "MIT",
|
|
32
|
-
"bugs": {
|
|
33
|
-
"url": "https://github.com/Dheemanthshenoy/moneyutils-in/issues"
|
|
34
|
-
},
|
|
35
|
-
"homepage": "https://github.com/Dheemanthshenoy/moneyutils-in#readme",
|
|
36
28
|
"keywords": [
|
|
37
29
|
"money",
|
|
38
30
|
"inr",
|