Skip to content

Commit

Permalink
fix: npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Nov 14, 2023
1 parent 5d1717c commit 82c38f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default defineConfig({
socialLinks: [
{
icon: 'github',
link: repository,
link: 'https://github.com/lzear/eslint-plugin-ninja',
},
],

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"description": "Optimized ESLint Rules for Elite Coders",
"version": "0.0.6",
"homepage": "https://www.dont.ninja",
"repository": "https://github.com/lzear/eslint-plugin-ninja",
"repository": {
"type": "git",
"url": "git+https://github.com/lzear/eslint-plugin-ninja.git"
},
"author": "lzear",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -150,4 +153,4 @@
"volta": {
"node": "18.18.2"
}
}
}

0 comments on commit 82c38f4

Please sign in to comment.