wrec 0.8.2 → 0.8.3

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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,8 @@
4
4
 
5
5
  Wrec is a small, zero dependency library that
6
6
  greatly simplifies building web components.
7
- It is described in detail, with several working examples, in
8
- <a href="https://mvolkmann.github.io/blog/wrec/" target="_blank"
9
- rel="noopener noreferrer">my blog</a>.
7
+ It is described in detail, with several working examples,
8
+ in [my blog](https://mvolkmann.github.io/blog/wrec/).
10
9
 
11
10
  ## Getting Started
12
11
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "wrec",
3
3
  "description": "a small library that greatly simplifies building web components",
4
4
  "author": "R. Mark Volkmann",
5
- "version": "0.8.2",
5
+ "version": "0.8.3",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",