Skip to content

Commit

Permalink
chore: repository package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed May 21, 2023
1 parent 1fe0fca commit f5e287e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nuxt3",
"twitter-emoji"
],
"repository": "https://github.com/Yizack/nuxt-twemoji",
"repository": "Yizack/nuxt-twemoji",
"homepage": "https://github.com/Yizack/nuxt-twemoji",
"license": "MIT",
"type": "module",
Expand All @@ -35,7 +35,7 @@
"release": "npm run pack && changelogen --release && npm run release:publish",
"release:minor": "npm run pack && changelogen --release --minor && npm run release:publish",
"release:major": "npm run pack && changelogen --release --major && npm run release:publish",
"release:publish": "npm install && npm publish && git push --follow-tags",
"release:publish": "npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand All @@ -62,4 +62,4 @@
"domain": "github.com"
}
}
}
}

0 comments on commit f5e287e

Please sign in to comment.