diff --git a/.gitignore b/.gitignore index ebe1cc403f7863facbece54fe856a1149f672bb7..2771490a5027cf8dc13e4960802f749751bda663 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ samples/file.log coverage/ stryker.log *.DS_Store -ho-copy diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000000000000000000000000000000000000..e3f1f471d016b38d4409df78907d7c5c0c21f37a --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +.gitlab-ci.yml \ No newline at end of file diff --git a/README.md b/README.md index 032cfc6531087285012eb60530a78b160ea4cc8d..6e26a203bf8f69e6c1b99d2d4882e39cec7aed9f 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,15 @@ # log - -[](https://it-devops-01.br-edv.brnet.int/general/log/commits/master) -[](https://it-devops-01.br-edv.brnet.int/general/log/commits/master) -[](https://it-devops-01.br-edv.brnet.int:8999/dashboard?id=argos-log) - A real simple logger application. May Optional Log to A File and a graylog-server. ## Installation -- `npm config set @br:registry https://it-devops-01:4873` -- `npm install --save @br/config` +- `npm install --save @plastdev/config` ## Usage -`const Log = require('@br/log')` +`const Log = require('@plastdev/log')` `let log = new Log(options)` Note: The options Part may be omitted, as all parts are optional, but using the name is recommended, as without it, the package-name will be used diff --git a/package.json b/package.json index 606785ad9dae884d45175c6695f554acd03d3124..e55c3e78f29531937acac694b3dc8696186cf706 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,16 @@ { - "name": "@br/log", + "name": "@plastdev/log", "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" + "test": "jest" }, "author": "Dominik Sigmund <dominik.sigmund@br.de> (https://br.de)", "license": "ISC", "repository": { "type": "git", - "url": "https://it-devops-01.br-edv.brnet.int/general/log" + "url": "https://gitlab.br.de/general/log" }, "dependencies": { "graylog2": "^0.2.1"