Skip to content

Commit 49c794f

Browse files
committed
chore: add some infos in package
1 parent ef30f8c commit 49c794f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@sfxcode/formkit-primevue-nuxt",
33
"version": "1.1.0",
4-
"description": "My new Nuxt module",
5-
"repository": "your-org/@sfxcode/formkit-primevue-nuxt",
4+
"description": "FormKit PrimeVue nuxt module",
5+
"homepage": "https://github.com/sfxcode/formkit-primevue-nuxt",
6+
"repository": "https://github.com/sfxcode/formkit-primevue-nuxt",
67
"license": "MIT",
78
"type": "module",
89
"build": {
@@ -25,7 +26,7 @@
2526
"dev": "nuxi dev playground",
2627
"dev:build": "nuxi build playground",
2728
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
28-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
29+
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish && git push --follow-tags",
2930
"lint": "eslint .",
3031
"lint:fix": "eslint --fix .",
3132
"test": "vitest run",

0 commit comments

Comments
 (0)