Skip to content

Commit

Permalink
Release 0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Jun 11, 2024
1 parent a96f5c2 commit d563a49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ declare module 'vue' {
ColumnResize: typeof import('./src/components/layout/list/ColumnResize.vue')['default']
ColumnShowSetting: typeof import('./src/components/function/ColumnShowSetting.vue')['default']
ColumnWrap: typeof import('./src/components/layout/list/ColumnWrap.vue')['default']
copy: typeof import('./src/components/function/TableSetting copy.vue')['default']
FilterSetting: typeof import('./src/components/function/FilterSetting.vue')['default']
GroupSetting: typeof import('./src/components/function/GroupSetting.vue')['default']
Header: typeof import('./src/components/layout/list/Header.vue')['default']
Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@idealworld/task-table",
"type": "module",
"version": "0.0.1",
"version": "0.0.1-alpha.1",
"description": "Table component to support task management",
"author": {
"authors": [{
"name": "gudaoxuri",
"email": "i@sunisle.org",
"url": "https://idealworld.group/"
},
}, {
"name": "ankang",
"email": "610575769@qq.com"
}],
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,8 +51,8 @@
"dependencies": {
"dayjs": "^1.11.11",
"octicons-css": "^19.8.0",
"vue-i18n": "^9.13.1",
"sortablejs": "^1.15.2"
"sortablejs": "^1.15.2",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
Expand Down

0 comments on commit d563a49

Please sign in to comment.