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",
|
"name": "@creations.works/logger",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.mjs",
|
"module": "./dist/index.mjs",
|
||||||
|
@ -24,8 +24,11 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
"files": ["dist", "README.md", "LICENSE"],
|
"dist",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.creations.works/creations/logger.git"
|
"url": "https://git.creations.works/creations/logger.git"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue