bwin 0.1.5 → 0.1.7-dev.0

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/dist/bwin.js +1 -1
  2. package/package.json +1 -1
package/dist/bwin.js CHANGED
@@ -733,7 +733,7 @@ const st = {
733
733
  this.onPaneDrop(e, i), typeof i.store.onDrop == "function" && i.store.onDrop(e, i), this.activeDropPaneEl.removeAttribute("drop-area"), this.activeDropPaneEl = null;
734
734
  });
735
735
  }
736
- }, at = !0;
736
+ }, at = !1;
737
737
  class T {
738
738
  constructor(t) {
739
739
  f(this, "windowElement", null);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "bwin",
3
3
  "description": "A tiling window manager for web browsers",
4
4
  "type": "module",
5
- "version": "0.1.5",
5
+ "version": "0.1.7-dev.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/bhjsdev/bwin.git"