Skip to content

Commit

Permalink
Bug fix on private setting
Browse files Browse the repository at this point in the history
  • Loading branch information
baileytincher committed Apr 30, 2021
1 parent 76af301 commit 3bce1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/actually-colab/editor",
"author": "Bailey Tincher <bailey@actuallycolab.org>",
"license": "SEE LICENSE IN ./LICENSE",
"private": "false",
"private": false,
"scripts": {
"build": "yarn reinstall:types; yarn install && rm -rf dist && webpack",
"postversion": "git push && git push --tags",
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"repository": "https://github.com/actually-colab/editor",
"author": "Bailey Tincher <bailey@actuallycolab.org>",
"license": "SEE LICENSE IN ./LICENSE",
"private": "false",
"private": false,
"scripts": {
"build": "rm -rf dist && webpack",
"postversion": "git push && git push --tags"
Expand Down

0 comments on commit 3bce1fd

Please sign in to comment.