Skip to content

Commit 80f1c7f

Browse files
committed
fix(drizzle-vine): restore package.json
1 parent 232ebd4 commit 80f1c7f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

drizzle-vine/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@chronicstone/drizzle-vine",
3-
"version": "0.1.1",
2+
"name": "drizzle-vine",
3+
"version": "0.1.0",
44
"description": "Generate VineJS schemas from Drizzle ORM schemas",
55
"type": "module",
66
"scripts": {
@@ -28,9 +28,12 @@
2828
"main": "./index.cjs",
2929
"module": "./index.mjs",
3030
"types": "./index.d.ts",
31+
"publishConfig": {
32+
"provenance": true
33+
},
3134
"repository": {
3235
"type": "git",
33-
"url": "git+https://github.com/chronicstone/drizzle-vine.git"
36+
"url": "git+https://github.com/drizzle-team/drizzle-orm.git"
3437
},
3538
"keywords": [
3639
"vinejs",
@@ -50,7 +53,7 @@
5053
"typescript",
5154
"ts"
5255
],
53-
"author": "Chronicstone",
56+
"author": "Drizzle Team",
5457
"license": "Apache-2.0",
5558
"peerDependencies": {
5659
"drizzle-orm": ">=0.36.0",

0 commit comments

Comments
 (0)