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 232ebd4 commit 80f1c7fCopy full SHA for 80f1c7f
1 file changed
drizzle-vine/package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@chronicstone/drizzle-vine",
3
- "version": "0.1.1",
+ "name": "drizzle-vine",
+ "version": "0.1.0",
4
"description": "Generate VineJS schemas from Drizzle ORM schemas",
5
"type": "module",
6
"scripts": {
@@ -28,9 +28,12 @@
28
"main": "./index.cjs",
29
"module": "./index.mjs",
30
"types": "./index.d.ts",
31
+ "publishConfig": {
32
+ "provenance": true
33
+ },
34
"repository": {
35
"type": "git",
- "url": "git+https://github.com/chronicstone/drizzle-vine.git"
36
+ "url": "git+https://github.com/drizzle-team/drizzle-orm.git"
37
},
38
"keywords": [
39
"vinejs",
@@ -50,7 +53,7 @@
50
53
"typescript",
51
54
"ts"
52
55
],
- "author": "Chronicstone",
56
+ "author": "Drizzle Team",
57
"license": "Apache-2.0",
58
"peerDependencies": {
59
"drizzle-orm": ">=0.36.0",
0 commit comments