Skip to content

Commit 19931bd

Browse files
committed
added repository to all package.json
1 parent e3d538d commit 19931bd

File tree

24 files changed

+99
-11
lines changed

24 files changed

+99
-11
lines changed

packages/altair-api-utils/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
"scripts": {
1818
"build": "node ./scripts/build.cjs",
1919
"bootstrap": "pnpm build"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/altair-graphql/altair.git"
2024
}
2125
}

packages/altair-api/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,9 @@
9898
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
9999
"test:e2e": "dotenv -e .env.e2e -- jest --config ./test/jest-e2e.config.js --detectOpenHandles --forceExit",
100100
"test:watch": "jest --watch"
101+
},
102+
"repository": {
103+
"type": "git",
104+
"url": "https://github.com/altair-graphql/altair.git"
101105
}
102106
}

packages/altair-app/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,9 @@
192192
"test-build": "ng lint && pnpm build && pnpm test-single-run",
193193
"test-single-run": "ng test --watch=false --code-coverage",
194194
"test:watch": "jest --watch"
195+
},
196+
"repository": {
197+
"type": "git",
198+
"url": "https://github.com/altair-graphql/altair.git"
195199
}
196200
}

packages/altair-core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
],
8080
"license": "MIT",
8181
"main": "./build/index.js",
82-
"repository": "altair-graphql/altair.git",
82+
"repository": {
83+
"type": "git",
84+
"url": "https://github.com/altair-graphql/altair.git"
85+
},
8386
"scripts": {
8487
"build": "node ./scripts/build.js",
8588
"bootstrap": "pnpm build",

packages/altair-crx/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
"vite": "^2.9.15",
4444
"vitest": "^3.0.5",
4545
"web-ext": "^8.3.0"
46+
},
47+
"repository": {
48+
"type": "git",
49+
"url": "https://github.com/altair-graphql/altair.git"
4650
}
4751
}

packages/altair-db/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
"prisma:studio": "prisma studio",
2828
"prod:prestart": "prisma migrate deploy && prisma db seed",
2929
"postinstall": "pnpm prisma:generate"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/altair-graphql/altair.git"
3034
}
3135
}

packages/altair-docs/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,9 @@
3939
"medium-zoom": "^1.1.0",
4040
"minisearch": "^7.1.1",
4141
"yaml": "^2.7.0"
42+
},
43+
"repository": {
44+
"type": "git",
45+
"url": "https://github.com/altair-graphql/altair.git"
4246
}
4347
}

packages/altair-electron-interop/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
"scripts": {
1616
"build": "tsc --build",
1717
"bootstrap": "pnpm build"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/altair-graphql/altair.git"
1822
}
1923
}

packages/altair-electron-settings-static/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"prepare-dist": "node scripts/prepare_dist.js",
1919
"types": "dts-bundle-generator src/index.ts -o build/index.d.ts --external-inlines altair-graphql-core --external-inlines altair-static"
2020
},
21-
"types": "./build/index.d.ts"
21+
"types": "./build/index.d.ts",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/altair-graphql/altair.git"
25+
}
2226
}

packages/altair-electron-settings/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@
3535
"tailwindcss": "^3.4.1",
3636
"typescript": "catalog:",
3737
"vite": "^5.2.0"
38+
},
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/altair-graphql/altair.git"
3842
}
3943
}

0 commit comments

Comments
 (0)