From 1821a1bdfde38dde67fcb24aa9d20cd4394e24ba Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:55:58 +0200 Subject: [PATCH] switch to new org scheme --- .snyk | 13 ------------- npmextra.json | 4 ++-- package.json | 4 ++-- tslint.json | 17 ----------------- 4 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 .snyk delete mode 100644 tslint.json diff --git a/.snyk b/.snyk deleted file mode 100644 index 17a0270..0000000 --- a/.snyk +++ /dev/null @@ -1,13 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.5 -# ignores vulnerabilities until expiry date; change duration by modifying expiry date -ignore: - SNYK-JS-JSYAML-173999: - - gray-matter > js-yaml: - reason: None given - expires: '2019-10-04T12:19:33.385Z' - SNYK-JS-JSYAML-174129: - - gray-matter > js-yaml: - reason: None given - expires: '2019-10-04T12:19:33.385Z' -patch: {} diff --git a/npmextra.json b/npmextra.json index 840e38e..1bbd0fc 100644 --- a/npmextra.json +++ b/npmextra.json @@ -6,10 +6,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartfm", "shortDescription": "frontmatter done right", - "npmPackagename": "@pushrocks/smartfm", + "npmPackagename": "@push.rocks/smartfm", "license": "MIT" } } diff --git a/package.json b/package.json index c342d77..0e92a9c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartfm", + "name": "@push.rocks/smartfm", "version": "2.0.4", "private": false, "description": "frontmatter done right", @@ -43,4 +43,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" -}