update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:49:16 +01:00
parent 758882174d
commit bb81375c89
3 changed files with 5 additions and 22 deletions

View File

@ -2,11 +2,11 @@
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "webglobal",
"shortDescription": "a better non polluting global module for efficient in browser communication",
"npmPackagename": "@pushrocks/webglobal",
"npmPackagename": "@push.rocks/webglobal",
"license": "MIT",
"projectDomain": "push.rocks"
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/webglobal",
"name": "@push.rocks/webglobal",
"version": "1.0.2",
"private": false,
"description": "a better non polluting global module for efficient in browser communication",
@ -32,4 +32,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"
}