Skip to content

Commit

Permalink
feat(package): update version to 0.0.6 and enhance module exports for…
Browse files Browse the repository at this point in the history
… better ES module support
  • Loading branch information
Gaius-98 committed Jan 13, 2025
1 parent 773beca commit 9fb419c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "drag-grid-layout-v3",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"author": {
"name": "Gaius-98",
"email": "2388838628@qq.com"
},
"module": "lib/drag-grid-layout-v3.es.js",
"files": [
"lib/*"
],
"exports": {
".": {
"import": "./lib/drag-grid-layout-v3.es.js",
Expand Down Expand Up @@ -42,7 +46,6 @@
"vue-tsc": "^2.1.6"
},
"description": "drag-grid-layout-v3 是一个基于 Vue 3 的灵活拖拽网格布局组件,旨在简化内容布局和管理。该组件允许用户通过简单的拖拽操作,自由地调整和排列页面上的元素,支持响应式设计,能够自动适应不同屏幕尺寸。",
"main": "index.js",
"directories": {
"example": "example"
},
Expand Down

0 comments on commit 9fb419c

Please sign in to comment.