Skip to content

Commit cfe49ae

Browse files
committed
fix: add missing repo URL for OIDC
1 parent 2ba551f commit cfe49ae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "@prisma/query-compiler-wasm",
33
"version": "0.0.0",
4-
"type": "module"
4+
"type": "module",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/prisma/prisma-engines",
8+
"directory": "prisma-schema-wasm"
9+
}
510
}

0 commit comments

Comments
 (0)