diff --git a/package.json b/package.json index e63da60..98c5a28 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "logger", - "version": "1.0.0", + "version": "0.0.1", "description": "Logging thing", "main": "index.js", "author": "Navy.gif", "license": "MIT", - "private": true, + "private": false, "devDependencies": { "eslint": "^8.26.0" },