switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:42 +02:00
parent 3d486c76a9
commit 6112f430c9
5 changed files with 14586 additions and 45 deletions

4
.snyk
View File

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

View File

@ -12,10 +12,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "npmextra", "gitrepo": "npmextra",
"shortDescription": "do more with npm", "shortDescription": "do more with npm",
"npmPackagename": "@pushrocks/npmextra", "npmPackagename": "@push.rocks/npmextra",
"license": "MIT" "license": "MIT"
} }
} }

14602
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/npmextra", "name": "@push.rocks/npmextra",
"version": "3.0.9", "version": "3.0.9",
"private": false, "private": false,
"description": "do more with npm", "description": "do more with npm",
@ -50,4 +50,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }

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