1.0.2
This commit is contained in:
parent
c2831d400b
commit
c7f220afd8
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue