Skip to content

Commit

Permalink
Merge pull request #39 from simonsobs/dev
Browse files Browse the repository at this point in the history
Set `private` to `false` in package.json
  • Loading branch information
TaiSakuma authored Mar 26, 2024
2 parents ce5fb81 + ae07491 commit affb71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nextline-web",
"version": "0.8.20",
"private": true,
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit affb71d

Please sign in to comment.