File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"repository" : " https://github.com/actually-colab/editor" ,
14
14
"author" : " Bailey Tincher <bailey@actuallycolab.org>" ,
15
15
"license" : " SEE LICENSE IN ./LICENSE" ,
16
- "private" : " false" ,
16
+ "private" : false ,
17
17
"scripts" : {
18
18
"build" : " yarn reinstall:types; yarn install && rm -rf dist && webpack" ,
19
19
"postversion" : " git push && git push --tags" ,
Original file line number Diff line number Diff line change 12
12
"repository" : " https://github.com/actually-colab/editor" ,
13
13
"author" : " Bailey Tincher <bailey@actuallycolab.org>" ,
14
14
"license" : " SEE LICENSE IN ./LICENSE" ,
15
- "private" : " false" ,
15
+ "private" : false ,
16
16
"scripts" : {
17
17
"build" : " rm -rf dist && webpack" ,
18
18
"postversion" : " git push && git push --tags"
You can’t perform that action at this time.
0 commit comments