yapp 5.1.258 → 5.1.259

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
@@ -1,6 +1,6 @@
1
1
  # Yapp
2
2
 
3
- Yet Another Pretty Printer.
3
+ Yapp's Another Pretty Printer.
4
4
 
5
5
  *If you just want to see Yapp in action without further ado*, then clone this repository, run `npm install` and `npm start`, and then open your browser at http://localhost:8888.
6
6
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "yapp",
3
3
  "author": "James Smith",
4
- "version": "5.1.258",
4
+ "version": "5.1.259",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/yapp",
7
- "description": "Yet Another Pretty Printer.",
7
+ "description": "Yapp;s Another Pretty Printer.",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/djalbat/yapp"