Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Dec 17, 2021
1 parent 567ab28 commit ecc8bb1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@vladmandic/pilogger",
"version": "0.3.5",
"version": "0.4.1",
"description": "Simple Logger for NodeJS",
"main": "dist/pilogger.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --bundle src/pilogger.js",
"build": "tsc && esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --bundle src/pilogger.ts",
"test": "node ./src/test.js"
},
"repository": {
Expand All @@ -27,8 +27,11 @@
},
"homepage": "https://github.com/vladmandic/pilogger#readme",
"devDependencies": {
"@types/node": "^17.0.0",
"chalk": "^5.0.0",
"dayjs": "^1.10.7",
"esbuild": "^0.14.3"
"esbuild": "^0.14.3",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
}
}

0 comments on commit ecc8bb1

Please sign in to comment.