switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:14 +02:00
parent ce906cb908
commit 3e5133df51
4 changed files with 4 additions and 25 deletions

4
.snyk
View File

@ -1,4 +0,0 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
patch: {}

View File

@ -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"
}
},

View File

@ -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"
}
}
}

View File

@ -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"
}