switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:13 +02:00
parent bc19095869
commit 24a6d067d5
3 changed files with 4 additions and 21 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartparcel",
"shortDescription": "a wrapper for parcel",
"npmPackagename": "@pushrocks/smartparcel",
"npmPackagename": "@push.rocks/smartparcel",
"license": "MIT",
"projectDomain": "push.rocks"
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartparcel",
"name": "@push.rocks/smartparcel",
"version": "1.0.13",
"private": false,
"description": "a wrapper for parcel",
@ -39,4 +39,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

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