File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments