fragmented 3.1.9 → 3.1.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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -107,4 +107,4 @@ Automation is thanks to [npm scripts](https://docs.npmjs.com/misc/scripts), have
107
107
 
108
108
  ## Contact
109
109
 
110
- - james.smith@djalbat.com
110
+ * james.smith@djalbat.com
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fragmented",
3
3
  "author": "James Smith",
4
- "version": "3.1.9",
4
+ "version": "3.1.11",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/fragmented",
7
7
  "description": "Relates to URL hash fragments.",
@@ -14,7 +14,7 @@
14
14
  "esbuild": "^0.9.6",
15
15
  "express": "^4.17.1",
16
16
  "lively-cli": "^2.0.65",
17
- "watchful-cli": "^1.7.51"
17
+ "watchful-cli": "^1.7.56"
18
18
  },
19
19
  "scripts": {
20
20
  "clean": "rm -rf ./lib",