Skip to content

Commit

Permalink
chore: npm设置完善
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyu committed Jun 11, 2024
1 parent 64e49e6 commit 2ce2ff1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.npmrc
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "1.1.0",
"description": "将excel一列或多列数据粘贴到el-table指定位置的vue2指令",
"main": "src/index.js",
"homepage": "https://github.com/HaoyuLee/excel-paste-to-el-table",
"repository": {
"type": "github",
"url": "https://github.com/HaoyuLee/excel-paste-to-el-table"
},
"scripts": {
"start": "npx vite serve example"
},
Expand All @@ -13,6 +18,10 @@
"directive",
"v-paste"
],
"author": "lihaoyu",
"author": {
"name" : "lihaoyu",
"email" : "[email protected]",
"url" : "https://github.com/HaoyuLee"
},
"license": "ISC"
}

0 comments on commit 2ce2ff1

Please sign in to comment.