build(y-indexeddb): update package.json

(cherry picked from commit d144c9f6f5)
This commit is contained in:
himself65
2023-06-15 14:04:14 +08:00
parent 32f47206a8
commit 3e453fa092
+9 -2
View File
@@ -2,6 +2,14 @@
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.6.0",
"description": "IndexedDB database adapter for Yjs",
"repository": "toeverything/AFFiNE",
"author": "toeverything",
"keywords": [
"indexeddb",
"yjs",
"yjs-adapter"
],
"scripts": {
"build": "vite build"
},
@@ -36,6 +44,5 @@
},
"peerDependencies": {
"yjs": "^13.5.51"
},
"stableVersion": "0.5.2"
}
}