fix(core): update to latest standards

This commit is contained in:
2018-06-05 20:48:14 +02:00
parent 3409d48858
commit 73e04348da
17 changed files with 471 additions and 518 deletions

View File

@ -1,26 +1,24 @@
{
"name": "smartlog",
"version": "1.0.3",
"private": false,
"description": "winston based logger for large scale projects",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"license": "UNLICENSED",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.4",
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^1.0.13"
},
"dependencies": {
"smartlog-interfaces": "^1.0.4",
"winston": "^3.0.0-rc1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
"smartlog-interfaces": "^1.0.4"
}
}