Skip to content

Commit 94b48fe

Browse files
authored
fix(global): INFRA-1327 provenance issues (#46)
1 parent 5a1d2b5 commit 94b48fe

File tree

89 files changed

+89
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+89
-89
lines changed

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"react": "^18.3.1",
4646
"react-dom": "^18.3.1"
4747
},
48-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/examples/blog"
48+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/examples/blog"
4949
}

examples/custom-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"cross-env": "^7.0.3",
3030
"react": "^18.3.1"
3131
},
32-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/examples/custom-fields"
32+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/examples/custom-fields"
3333
}

examples/meetup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"react-use-form-state": "^0.13.2",
4949
"uuid": "^8.3.2"
5050
},
51-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/examples/meetup"
51+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/examples/meetup"
5252
}

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"todo": "yarn --cwd todo",
77
"custom-fields": "yarn --cwd custom-fields"
88
},
9-
"repository": "https://github.com/keystonejs/keystone-5.git",
9+
"repository": "https://github.com/open-condo-software/open-keystone.git",
1010
"homepage": "https://github.com/keystonejs/keystone-5",
1111
"license": "MIT"
1212
}

examples/todo-knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"@open-keystone/keystone": "workspace:^",
2424
"cross-env": "^7.0.3"
2525
},
26-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/examples/todo-knex"
26+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/examples/todo-knex"
2727
}

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"@open-keystone/keystone": "workspace:^",
2323
"cross-env": "^7.0.3"
2424
},
25-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/examples/todo"
25+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/examples/todo"
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.0",
66
"author": "The KeystoneJS Development Team",
77
"license": "MIT",
8-
"repository": "https://github.com/keystonejs/keystone-5",
8+
"repository": "https://github.com/open-condo-software/open-keystone",
99
"homepage": "https://github.com/keystonejs/keystone-5",
1010
"scripts": {
1111
"prisma": "prisma",

packages/access-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@open-keystone/utils": "workspace:^"
1414
},
15-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/access-control",
15+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/packages/access-control",
1616
"publishConfig": {
1717
"access": "public"
1818
}

packages/adapter-knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"p-settle": "^4.1.1",
1616
"pg": "^8.6.0"
1717
},
18-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/adapter-knex",
18+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/packages/adapter-knex",
1919
"publishConfig": {
2020
"access": "public"
2121
}

packages/adapter-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mongodb-memory-server": "^10.1.4",
2121
"pluralize": "^8.0.0"
2222
},
23-
"repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/adapter-mongoose",
23+
"repository": "https://github.com/open-condo-software/open-keystone/tree/main/packages/adapter-mongoose",
2424
"publishConfig": {
2525
"access": "public"
2626
}

0 commit comments

Comments
 (0)