1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-16 20:49:21 +00:00

Added a timestamp to the logger

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-19 14:14:38 +02:00
parent 692eb31e0a
commit fe73433742
4 changed files with 21631 additions and 5 deletions

View File

@ -18,11 +18,11 @@
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.4.0",
"parcel": "^1.12.4",
"parcel": "1.12.3",
"typescript": "^4.0.3"
},
"scripts": {
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc",
"test": "ts-node test"
}