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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- <!-- PSA SECTION _____________________________ -->
2
-
3
- # PSA
4
-
5
- THIS PACKAGE IS NOT READY FOR USE IN YOUR PROJECTS
6
-
7
1
  <!-- TODO SECTION _____________________________ -->
8
2
 
9
3
  # TODO
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "web-window-manager",
3
- "version": "1.0.15",
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",