fix(core): update

This commit is contained in:
2022-02-27 14:08:03 +01:00
commit f8687b5533
14 changed files with 28120 additions and 0 deletions

18
npmextra.json Normal file
View File

@@ -0,0 +1,18 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartaction",
"description": "a module for managing actions. What was done? What needs to be done? How often should it be done? Whats currently being done?",
"npmPackagename": "@pushrocks/smartaction",
"license": "MIT",
"projectDomain": "push.rocks"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}