Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Mar 28, 2023
1 parent 06e83ec commit 2319ac0
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions packages/web-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/web-vue",
"version": "2.44.4",
"version": "2.44.5",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand All @@ -12,22 +12,6 @@
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es/index.js",
"types": "./es/index.d.ts"
},
"./es": "./es/index.js",
"./lib": "./lib/index.js",
"./es/icon": "./es/icon/index.js",
"./lib/icon": "./lib/icon/index.js",
"./es/*": "./es/*.js",
"./es/*.js": "./es/*.js",
"./lib/*": "./lib/*.js",
"./lib/*.js": "./lib/*.js",
"./*": "./*"
},
"unpkg": "dist/arco-vue.min.js",
"files": [
"es",
Expand Down

0 comments on commit 2319ac0

Please sign in to comment.