-
- Downloads
Update deps
parent
e012e5cf
No related branches found
No related tags found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | ||
"name": "@br/log", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "A simple Logger with Options!", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"sonarqube": "sonar-scanner -Dsonar.projectKey=argos-log -Dsonar.sources=. -Dsonar.host.url=https://it-devops-01.br-edv.brnet.int:8999 -Dsonar.login=gitlab" | ||
}, | ||
"author": "Dominik Sigmund <sigmund.dominik@googlemail.com> (https://webdad.eu)", | ||
"author": "Dominik Sigmund <dominik.sigmund@br.de> (https://br.de)", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -17,7 +17,7 @@ |
"graylog2": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^24.9.0" | ||
"jest": "^25.3.0" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
... | ... |
Please register or sign in to comment