fix(core): update

This commit is contained in:
2020-01-20 08:47:35 +00:00
commit c845e6415c
13 changed files with 1966 additions and 0 deletions

17
npmextra.json Normal file
View File

@@ -0,0 +1,17 @@
{
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartrule",
"shortDescription": "a smart rule library for handling decision trees.",
"npmPackagename": "@pushrocks/smartrule",
"license": "MIT",
"projectDomain": "push.rocks"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}