Switch file resolving

This commit is contained in:
Fabian Stamm
2020-04-15 19:51:15 +02:00
parent 30f5e241ae
commit ca896c1c34
5 changed files with 732 additions and 440 deletions

View File

@ -1,16 +1,13 @@
{
"name": "@hibas123/logging",
"version": "2.3.5",
"version": "2.4.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"watch-ts": "tsc --watch",
"watch-js": "nodemon out/test.js",
"watch": "concurrently npm:watch-*",
"test": "node out/test.js"
"dev": "nodemon -e ts --exec ts-node src/test.ts"
},
"repository": {
"type": "git",
@ -26,10 +23,11 @@
],
"devDependencies": {
"concurrently": "^5.1.0",
"nodemon": "^2.0.2",
"nodemon": "^2.0.3",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"dependencies": {
"@hibas123/utils": "^2.2.3"
"@hibas123/utils": "^2.2.4"
}
}