chore: update version

This commit is contained in:
Eric Maciel 2022-02-22 15:22:17 -05:00
parent e9d34fe05c
commit 5b38add87c

View File

@ -1,12 +1,11 @@
{
"name": "@hiveteams/collab",
"version": "1.0.0-alpha.8",
"version": "1.0.0",
"exports": {
"bridge": "./build/bridge",
"client": "./build/client",
"backend": "./build/backend"
"./bridge": "./build/bridge",
"./client": "./build/client",
"./backend": "./build/backend"
},
"type": "module",
"description": "Slate collaborative editing",
"scripts": {
"format": "prettier --write",