diff --git a/client/package.json b/client/package.json index bf2b5b9..5576e7d 100644 --- a/client/package.json +++ b/client/package.json @@ -12,8 +12,8 @@ "types": "./dist/src/index.d.ts", "repository": "https://github.com/actually-colab/editor", "author": "Bailey Tincher ", - "license": "BUSL-1.1", - "private": true, + "license": "SEE LICENSE IN ./LICENSE", + "private": "false", "scripts": { "build": "yarn reinstall:types; yarn install && rm -rf dist && webpack", "postversion": "git push && git push --tags", diff --git a/package.json b/package.json index f6d2002..c7ff99e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "The REST and WebSocket API for Actually Colab.", "repository": "https://github.com/actually-colab/editor", "author": "Bailey Tincher ", - "license": "BUSL-1.1", - "private": true, + "license": "SEE LICENSE IN ./LICENSE", "scripts": { "lint": "eslint --ext .ts,.js --fix .", "format": "prettier --write \"**/*.{ts,js,json,yml,md}\"", diff --git a/server/package.json b/server/package.json index a5ca977..77fd538 100644 --- a/server/package.json +++ b/server/package.json @@ -2,8 +2,7 @@ "name": "@actually-colab/editor-server", "version": "0.1.0", "description": "WebSocket server for a synced editor component", - "license": "BUSL-1.1", - "private": true, + "license": "SEE LICENSE IN ./LICENSE", "keywords": [ "typescript", "lambda", diff --git a/types/package.json b/types/package.json index 5e2ed91..4407130 100644 --- a/types/package.json +++ b/types/package.json @@ -11,8 +11,8 @@ "types": "types.d.ts", "repository": "https://github.com/actually-colab/editor", "author": "Bailey Tincher ", - "license": "BUSL-1.1", - "private": true, + "license": "SEE LICENSE IN ./LICENSE", + "private": "false", "scripts": { "build": "rm -rf dist && webpack", "postversion": "git push && git push --tags"