From 1755a88f54b81f71fd38541eee34b86196189fba Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:02:41 +0200 Subject: [PATCH] switch to new org scheme --- npmextra.json | 4 ++-- package.json | 4 ++-- tslint.json | 17 ----------------- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 tslint.json diff --git a/npmextra.json b/npmextra.json index 4cfe141..d9b57b9 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartlog-destination-file", "shortDescription": "a smartlog destination for transparently writing to a file", - "npmPackagename": "@pushrocks/smartlog-destination-file", + "npmPackagename": "@push.rocks/smartlog-destination-file", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 825f13a..6b1b6d7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartlog-destination-file", + "name": "@push.rocks/smartlog-destination-file", "version": "1.0.7", "private": false, "description": "a smartlog destination for transparently writing to a file", @@ -37,4 +37,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/tslint.json b/tslint.json deleted file mode 100644 index d4ea2e9..0000000 --- a/tslint.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": ["tslint:latest", "tslint-config-prettier"], - "rules": { - "semicolon": [true, "always"], - "no-console": false, - "ordered-imports": false, - "object-literal-sort-keys": false, - "member-ordering": { - "options":{ - "order": [ - "static-method" - ] - } - } - }, - "defaultSeverity": "warning" -}