diff --git a/package-lock.json b/package-lock.json index 772c3ee..4b3e0f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,8 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.1", "typescript": "^5.5.4" - } + }, + "version": "0.1.0" }, "node_modules/@ampproject/remapping": { "version": "2.3.0", @@ -7798,5 +7799,6 @@ "url": "https://github.com/sponsors/sindresorhus" } } - } + }, + "version": "0.1.0" } diff --git a/package.json b/package.json index d2244d7..4968524 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,5 @@ "clean": "rimraf dist" }, "name": "enterfront", - "version": "0.0.0" + "version": "0.1.0" }