Skip to content

Commit 0ab99e3

Browse files
committed
update package.json
1 parent d87ea8c commit 0ab99e3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

nuxt-module/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"name": "@mouseless/nuxt-module",
33
"version": "0.0.1",
44
"description": "Learn project for how to create and publish a Nuxt module",
5-
"repository": "mouseless/learn-javascript",
6-
"license": "MIT",
5+
"homepage": "https://www.mouseless.codes",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/mouseless/learn-javascript.git"
9+
},
10+
"author": "mouseless",
711
"type": "module",
812
"exports": {
913
".": {
@@ -22,7 +26,6 @@
2226
"dev": "nuxi dev playground",
2327
"dev:build": "nuxi build playground",
2428
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
25-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
2629
"lint": "eslint ."
2730
},
2831
"dependencies": {

0 commit comments

Comments
 (0)