We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9854d5a commit 0c0e7c0Copy full SHA for 0c0e7c0
1 file changed
package.json
@@ -15,7 +15,9 @@
15
"imports": {
16
"#package.json": "./package.json"
17
},
18
- "repository": "supabase/postgres-meta",
+ "repository": {
19
+ "url": "git+https://github.com/supabase/postgres-meta.git"
20
+ },
21
"scripts": {
22
"check": "tsc -p tsconfig.json --noEmit",
23
"clean": "rimraf dist tsconfig.tsbuildinfo",
0 commit comments