web-window-manager 1.0.10 → 1.0.11

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -158,6 +158,7 @@ _See the [open issues](https://github.com/Tarmstrong95/WebWindowManager/issues)
158
158
  - Abstract the cache manager to a separate npm package
159
159
  - Add more detailed examples
160
160
  - usage instructions in the readme
161
+ - make window details customizable
161
162
 
162
163
  <hr/>
163
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-window-manager",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A window manager for maintaining window parent child relationships",
5
5
  "main": "lib/index.js",
6
6
  "author": "Triston Armstrong",