-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix licenses * Fix package private settings
- Loading branch information
1 parent
d794529
commit bcfca37
Showing
4 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}\"", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|