Skip to content

Commit 8602d23

Browse files
committed
package json private to hide version on starship
1 parent fd0b577 commit 8602d23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "portfolio-astro",
33
"type": "module",
4-
"version": "0.0.1",
4+
"private": true,
5+
"version": "0.0.0",
56
"scripts": {
67
"dev": "astro dev --open",
78
"start": "astro dev",

0 commit comments

Comments
 (0)