This commit is contained in:
creations 2025-04-22 20:03:47 -04:00
parent c2831d400b
commit c7f220afd8
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -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"