Skip to content

Commit

Permalink
feat: add extra info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
siaikin committed Jan 3, 2025
1 parent ac898d9 commit 7409a64
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion packages/vue-to-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,27 @@
},
"publishConfig": {
"access": "public"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com:siaikin/vue-to-counter.git"
},
"author": {
"name": "siaikin",
"email": "abc1310054026@outlook.com"
},
"bugs": {
"url": "https://github.com/siaikin/vue-to-counter/issues"
},
"homepage": "https://github.com/siaikin/vue-to-counter#readme",
"keywords": [
"vue",
"vue3",
"typescript",
"javascript",
"animation",
"animate",
"counter",
"roller"
]
}

0 comments on commit 7409a64

Please sign in to comment.