@runium/core 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -510,6 +510,7 @@ class wt extends v {
510
510
  this.emit(t.event);
511
511
  break;
512
512
  case d.STOP_PROJECT:
513
+ this.stop("action");
513
514
  break;
514
515
  case d.ENABLE_TRIGGER:
515
516
  this.enableTrigger(t.triggerId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runium/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Runium Core",
5
5
  "author": "TheBeastApp",
6
6
  "license": "MIT",