switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:53 +02:00
parent 376a8c3113
commit a8efd22ca8
2 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartrule",
"description": "a smart rule library for handling decision trees.",
"npmPackagename": "@pushrocks/smartrule",
"npmPackagename": "@push.rocks/smartrule",
"license": "MIT",
"projectDomain": "push.rocks"
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartrule",
"name": "@push.rocks/smartrule",
"version": "2.0.1",
"private": false,
"description": "a smart rule library for handling decision trees.",
@ -35,4 +35,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}