diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-25 00:10:50 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-25 00:10:50 +0900 |
commit | 3566a38919c549529e790634f6cc68e766c7f53d (patch) | |
tree | 6b8aac80aeaf51c54f56cf06f09057e4041d74fe | |
parent | b80c6e9d9ee75c8d50baee62bdbdc7c34ab094f2 (diff) |
Update package.json with new project name and set it as private
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7a52956..cc5a714 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "org-roam-ui-hosting", + "name": "publish-org-roam-ui-script", + "private": true, "version": "1.0.0", "description": "", "scripts": { |