Skip to content

Commit

Permalink
Shallot refactor (#204)
Browse files Browse the repository at this point in the history
* Fix licenses

* Fix package private settings
  • Loading branch information
baileytincher authored Apr 30, 2021
1 parent d794529 commit bcfca37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"types": "./dist/src/index.d.ts",
"repository": "https://github.com/actually-colab/editor",
"author": "Bailey Tincher <[email protected]>",
"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",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "The REST and WebSocket API for Actually Colab.",
"repository": "https://github.com/actually-colab/editor",
"author": "Bailey Tincher <[email protected]>",
"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}\"",
Expand Down
3 changes: 1 addition & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"types": "types.d.ts",
"repository": "https://github.com/actually-colab/editor",
"author": "Bailey Tincher <[email protected]>",
"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"
Expand Down

0 comments on commit bcfca37

Please sign in to comment.