wrec 0.12.6 → 0.13.1

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 +1 -1
package/README.md CHANGED
@@ -78,7 +78,7 @@ Here are the steps:
78
78
  1. Create the file `index.html` containing the following.
79
79
 
80
80
  ```html
81
- <html>
81
+ <html lang="en">
82
82
  <head>
83
83
  <script src="my-counter.js" type="module"></script>
84
84
  </head>
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.12.6",
5
+ "version": "0.13.1",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",