Update package

This commit is contained in:
Eric Maciel 2022-02-22 17:44:00 -05:00
parent 5b38add87c
commit 1c1708bf7b
2 changed files with 1 additions and 8 deletions

View File

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

View File

@ -3,13 +3,11 @@
"rootDir": "./src", "rootDir": "./src",
"baseUrl": "./src", "baseUrl": "./src",
"outDir": "./build", "outDir": "./build",
"allowSyntheticDefaultImports": true,
"declaration": true, "declaration": true,
"skipLibCheck": true, "skipLibCheck": true,
"declarationMap": true, "declarationMap": true,
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "react", "jsx": "react",
"moduleResolution": "node",
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"suppressImplicitAnyIndexErrors": true "suppressImplicitAnyIndexErrors": true