some changes

This commit is contained in:
creations 2025-05-24 07:22:06 -04:00
parent 7dbb638dee
commit b3f530f791
Signed by: creations
GPG key ID: 8F553AA4320FC711
4 changed files with 44 additions and 26 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@creations.works/logger",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@ -24,11 +24,7 @@
"peerDependencies": {
"typescript": "^5"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"files": ["dist", "README.md", "LICENSE"],
"repository": {
"type": "git",
"url": "https://git.creations.works/creations/logger.git"