web-window-manager 1.0.15 → 1.0.18
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.
- package/README.md +0 -6
- package/package.json +2 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-window-manager",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "A window manager for maintaining window parent child relationships",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "Triston Armstrong",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"start": "tsc --watch",
|
|
10
|
-
"prepublishOnly": "npm run fix",
|
|
11
|
-
"publish": "npm run build",
|
|
10
|
+
"prepublishOnly": "npm run fix; npm run build",
|
|
12
11
|
"build": "npm run clean && tsc",
|
|
13
12
|
"fix": "npm run lint; npm run format",
|
|
14
13
|
"clean": "tsc --build --clean",
|