switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:55:49 +02:00
parent d754001d5b
commit 16ebffcb65
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": "smartfeed", "gitrepo": "smartfeed",
"shortDescription": "create and parse feeds", "shortDescription": "create and parse feeds",
"npmPackagename": "@pushrocks/smartfeed", "npmPackagename": "@push.rocks/smartfeed",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartfeed", "name": "@push.rocks/smartfeed",
"version": "1.0.11", "version": "1.0.11",
"private": false, "private": false,
"description": "create and parse feeds", "description": "create and parse feeds",

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