From 3e5133df5160725f88ed5d8c0285003f64c37b7f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:41:14 +0200 Subject: [PATCH] switch to new org scheme --- .snyk | 4 ---- npmextra.json | 4 ++-- package.json | 4 ++-- tslint.json | 17 ----------------- 4 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 .snyk delete mode 100644 tslint.json diff --git a/.snyk b/.snyk deleted file mode 100644 index fad8507..0000000 --- a/.snyk +++ /dev/null @@ -1,4 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.3 -ignore: {} -patch: {} diff --git a/npmextra.json b/npmextra.json index dd768c0..170ae10 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,10 +2,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "gulp-browser", "shortDescription": "browserify and other goodies for gulp", - "npmPackagename": "@pushrocks/gulp-browser", + "npmPackagename": "@push.rocks/gulp-browser", "license": "MIT" } }, diff --git a/package.json b/package.json index 9191219..7fb593a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/gulp-browser", + "name": "@push.rocks/gulp-browser", "version": "3.0.19", "private": false, "description": "browserify and other goodies for gulp", @@ -44,4 +44,4 @@ "babelify": "^10.0.0", "gulp": "^4.0.0" } -} +} \ 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" -}