highmark-yapp 0.0.332 → 0.0.333

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,7 +43,6 @@ If you would like to contribute or would simply like to have a look at the code,
43
43
 
44
44
  npm install
45
45
 
46
-
47
46
  ## Example
48
47
 
49
48
  There is a small development server that can be run from within the project's directory with the following command:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "highmark-yapp",
3
3
  "author": "James Smith",
4
- "version": "0.0.332",
4
+ "version": "0.0.333",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/highmark-uapp",
7
7
  "description": "Highmark with Yapp listings.",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "easy": "^17.1.3",
14
- "highmark-markdown": "^0.0.247",
14
+ "highmark-markdown": "^0.0.250",
15
15
  "yapp": "^5.1.55"
16
16
  },
17
17
  "devDependencies": {