This commit is contained in:
Philipp Kunz 2022-02-27 14:08:04 +01:00
parent f8687b5533
commit 1667dd2d11
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartaction", "name": "@pushrocks/smartaction",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartaction", "name": "@pushrocks/smartaction",
"version": "1.0.1", "version": "1.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartstate": "^1.0.23" "@pushrocks/smartstate": "^1.0.23"

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartaction", "name": "@pushrocks/smartaction",
"version": "1.0.1", "version": "1.0.2",
"private": false, "private": false,
"description": "a module for managing actions. What was done? What needs to be done? How often should it be done? Whats currently being done?", "description": "a module for managing actions. What was done? What needs to be done? How often should it be done? Whats currently being done?",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",