Skip to content

Commit

Permalink
update package.json to set private to false and version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberOneBot committed Jan 6, 2025
1 parent 08dff8d commit 7409801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dsssp-demo",
"private": true,
"version": "0.0.0",
"private": false,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7409801

Please sign in to comment.