switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:23 +02:00
parent fa1185948c
commit f00fd1e848
3 changed files with 5 additions and 22 deletions

View File

@ -2,10 +2,10 @@
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartpersona",
"shortDescription": "manage logins",
"npmPackagename": "@pushrocks/smartpersona",
"npmPackagename": "@push.rocks/smartpersona",
"license": "MIT",
"projectDomain": "push.rocks"
}
@ -14,4 +14,4 @@
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartpersona",
"name": "@push.rocks/smartpersona",
"version": "1.0.6",
"private": false,
"description": "manage logins",
@ -24,4 +24,4 @@
"@pushrocks/smartjson": "^3.0.8",
"@tsclass/tsclass": "^2.0.11"
}
}
}

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