From 11aef97719ed8429fefd73d6e7863325dd44012b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:56:43 +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 d610158..bc66cd4 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,10 +2,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartkey", "shortDescription": "handle private/public key creation", - "npmPackagename": "@pushrocks/smartkey", + "npmPackagename": "@push.rocks/smartkey", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 918f402..fa5f0da 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartkey", + "name": "@push.rocks/smartkey", "version": "1.0.6", "private": false, "description": "handle private/public key creation", @@ -23,4 +23,4 @@ "dependencies": { "@pushrocks/smartpromise": "^2.0.5" } -} +} \ 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" -}