wrec 0.8.6 → 0.8.7

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,9 @@ Wrec is a small, zero dependency library that
6
6
  greatly simplifies building web components.
7
7
  It is described in detail, with several working examples,
8
8
  in [my blog](https://mvolkmann.github.io/blog/wrec/).
9
+ Also, see my series of
10
+ <a href="https://www.youtube.com/playlist?list=PLGhglgQb4jVk3-_wc8srORlGalSRFMEpR"
11
+ target="_blank">YouTube videos</a> on web components and the wrec library.
9
12
 
10
13
  ## Getting Started
11
14
 
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.6",
5
+ "version": "0.8.7",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",