@flashist/appframework 0.0.50-appStorage.5 → 0.0.50-appStorage.6

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.
@@ -14,7 +14,7 @@ export var AppModuleInitialState = {
14
14
  x: 0,
15
15
  y: 0,
16
16
  width: 1920,
17
- height: 1080
17
+ height: 1280
18
18
  }
19
19
  }
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashist/appframework",
3
- "version": "0.0.50-appStorage.5",
3
+ "version": "0.0.50-appStorage.6",
4
4
  "scripts": {
5
5
  "build": "gulp",
6
6
  "publish:patch": "npm version patch && npm run build && cd ./dist && npm publish",