Skip to content

Commit 3bce1fd

Browse files
committed
Bug fix on private setting
1 parent 76af301 commit 3bce1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"repository": "https://github.com/actually-colab/editor",
1414
"author": "Bailey Tincher <bailey@actuallycolab.org>",
1515
"license": "SEE LICENSE IN ./LICENSE",
16-
"private": "false",
16+
"private": false,
1717
"scripts": {
1818
"build": "yarn reinstall:types; yarn install && rm -rf dist && webpack",
1919
"postversion": "git push && git push --tags",

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"repository": "https://github.com/actually-colab/editor",
1313
"author": "Bailey Tincher <bailey@actuallycolab.org>",
1414
"license": "SEE LICENSE IN ./LICENSE",
15-
"private": "false",
15+
"private": false,
1616
"scripts": {
1717
"build": "rm -rf dist && webpack",
1818
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)