From 81e155c51fc6d7ab7068619345968d71e63b245f Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Thu, 23 Apr 2020 23:20:51 +0200 Subject: [PATCH] finalize --- .gitignore | 1 - .npmignore | 1 + README.md | 10 ++-------- package.json | 7 +++---- 4 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index ebe1cc4..2771490 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 0000000..e3f1f47 --- /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 032cfc6..6e26a20 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 606785a..e55c3e7 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" -- GitLab