switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:16:53 +02:00
parent f18f008f84
commit 1b6b2a24f1
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": "smartnginx",
"shortDescription": "control nginx from node, TypeScript ready",
"npmPackagename": "@pushrocks/smartnginx",
"npmPackagename": "@push.rocks/smartnginx",
"license": "MIT"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartnginx",
"name": "@push.rocks/smartnginx",
"version": "2.0.51",
"private": false,
"description": "control nginx from node, TypeScript ready",
@ -53,4 +53,4 @@
"npmextra.json",
"readme.md"
]
}
}

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