switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:42:56 +02:00
parent 1466725b54
commit 7bf11122f8
3 changed files with 4 additions and 21 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartdaemon", "gitrepo": "smartdaemon",
"description": "start scripts as long running daemons and manage them", "description": "start scripts as long running daemons and manage them",
"npmPackagename": "@pushrocks/smartdaemon", "npmPackagename": "@push.rocks/smartdaemon",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartdaemon", "name": "@push.rocks/smartdaemon",
"version": "2.0.3", "version": "2.0.3",
"private": false, "private": false,
"description": "start scripts as long running daemons and manage them", "description": "start scripts as long running daemons and manage them",

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