Skip to content

Commit 729c3a1

Browse files
committed
Add repository.url to package.json
1 parent b41f708 commit 729c3a1

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 24
22+
registry-url: https://registry.npmjs.org
2223

2324
- run: pnpm install --frozen-lockfile
2425

packages/eslint-config/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@byscripts/eslint-config",
33
"version": "0.4.0",
4+
"repository": {
5+
"url": "https://github.com/ByScripts/toolbox"
6+
},
47
"type": "module",
58
"files": [
69
"dist"

packages/eslint-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@byscripts/eslint-plugin",
33
"version": "0.4.0",
4+
"repository": {
5+
"url": "https://github.com/ByScripts/toolbox"
6+
},
47
"type": "module",
58
"files": [
69
"dist"

0 commit comments

Comments
 (0)