diff --git a/package.json b/package.json index 39d1aa7..b020074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@creations.works/logger", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -24,8 +24,11 @@ "peerDependencies": { "typescript": "^5" }, - - "files": ["dist", "README.md", "LICENSE"], + "files": [ + "dist", + "README.md", + "LICENSE" + ], "repository": { "type": "git", "url": "https://git.creations.works/creations/logger.git"