Skip to content

Commit

Permalink
add git repositroy in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Cheng committed Jul 5, 2022
1 parent 065cac9 commit 8b057fd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 40 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue3-excel-editor",
"email": "apple.6502@gmail.com",
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/main.js",
"dependencies": {
"date-fns": "^2.28.0",
Expand All @@ -15,5 +15,43 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"vite": "^2.7.2"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/cscan/vue-excel-editor.git"
},
"keywords": [
"vue",
"vue2",
"vuejs",
"excel",
"data",
"grid",
"table",
"v-model",
"editor",
"editable",
"javascript",
"DHTML",
"no-jquery",
"grid-editor",
"online-editor",
"data-grid",
"data-table",
"spreadsheet",
"tabular-data",
"edit-cell",
"editable-table",
"data-spreadsheet",
"bootstrap",
"responsive",
"navigatable",
"contenteditable"
],
"author": "Kenneth Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/cscan/vue3-excel-editor/issues"
},
"homepage": "https://github.com/cscan/vue3-excel-editor#readme"
}

0 comments on commit 8b057fd

Please sign in to comment.