aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-07 04:22:03 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-07 04:22:03 +0530
commit464dac56714f4fb187785abda04bf3f2170af2a2 (patch)
tree83421741c7a5f4633f927d5b424fdf6fbd2257c6 /package.json
parent95d531c8c356cc8e8011b7995b6ef4419c9dc383 (diff)
showing more useful information in invoice items table
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9a80ec7..9daaba8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openbills-web",
- "version": "0.2.3",
+ "version": "0.2.4",
"private": false,
"scripts": {
"dev": "vite",
@@ -16,6 +16,7 @@
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"bootstrap-icons-vue": "^1.11.1",
+ "currency.js": "^2.0.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-toast-notification": "^3.1.1"