Skip to content

Commit

Permalink
update apexcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Feb 11, 2024
1 parent 145baef commit c22fcce
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 121 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "vue3-apexcharts",
"type": "module",

"type": "module",
"version": "1.4.4",
"main": "./dist/vue3-apexcharts.umd.cjs",
"module": "./dist/vue3-apexcharts.js",
Expand All @@ -12,15 +11,13 @@
"require": "./dist/vue3-apexcharts.umd.cjs"
}
},

"scripts": {
"dev": "vite",
"build": "vite build",
"types": "vue-tsc ",
"preview": "vite preview",
"prepare": "vite build"
},

"typings": "./typings/vue-apexcharts.d.ts",
"author": "Juned Chhipa",
"files": [
Expand Down Expand Up @@ -53,7 +50,7 @@
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2",
"apexcharts": "^3.41.0",
"apexcharts": "^3.45.2",
"vue": "^3.0.0",
"copyfiles": "2.4.0"
}
Expand Down
Loading

0 comments on commit c22fcce

Please sign in to comment.