Skip to content

Commit

Permalink
fix: invalid repository name (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 authored Apr 20, 2024
1 parent eb67776 commit 387c536
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
},
"keywords": [],
"author": "sushi-chaaaan <[email protected]> (https://github.com/sushi-chaaaan)",
"homepage": "https://github.com/VirtualLiveLab/js-toolchain/tree/main/#readme",
"homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme",
"repository": {
"type": "git",
"url": "https://github.com/VirtualLiveLab/js-toolchain.git",
"url": "https://github.com/VirtualLiveLab/js-config.git",
"directory": "packages/eslint-config"
},
"bugs": {
"url": "https://github.com/VirtualLiveLab/js-toolchain/issues"
"url": "https://github.com/VirtualLiveLab/js-config/issues"
}
}
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
},
"keywords": [],
"author": "sushi-chaaaan <[email protected]> (https://github.com/sushi-chaaaan)",
"homepage": "https://github.com/VirtualLiveLab/js-toolchain/tree/main/#readme",
"homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme",
"repository": {
"type": "git",
"url": "https://github.com/VirtualLiveLab/js-toolchain.git",
"url": "https://github.com/VirtualLiveLab/js-config.git",
"directory": "packages/prettier-config"
},
"bugs": {
"url": "https://github.com/VirtualLiveLab/js-toolchain/issues"
"url": "https://github.com/VirtualLiveLab/js-config/issues"
}
}
6 changes: 3 additions & 3 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"keywords": [],
"author": "sushi-chaaaan <[email protected]> (https://github.com/sushi-chaaaan)",
"homepage": "https://github.com/VirtualLiveLab/js-toolchain/tree/main/#readme",
"homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme",
"repository": {
"type": "git",
"url": "https://github.com/VirtualLiveLab/js-toolchain.git",
"url": "https://github.com/VirtualLiveLab/js-config.git",
"directory": "packages/tsconfig"
},
"bugs": {
"url": "https://github.com/VirtualLiveLab/js-toolchain/issues"
"url": "https://github.com/VirtualLiveLab/js-config/issues"
}
}

0 comments on commit 387c536

Please sign in to comment.