switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:56:23 +02:00
parent 75f5204bee
commit 8c00da9ebe
3 changed files with 4 additions and 21 deletions

View File

@ -6,10 +6,10 @@
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartinject",
"shortDescription": "inject modules into node",
"npmPackagename": "@pushrocks/smartinject",
"npmPackagename": "@push.rocks/smartinject",
"license": "MIT"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartinject",
"name": "@push.rocks/smartinject",
"private": false,
"version": "1.0.19",
"description": "inject modules into node",
@ -41,4 +41,4 @@
"tslint": "^5.13.0",
"tslint-config-prettier": "^1.18.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"
}