wrec 0.1.2 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Wrec is a small library that greatly simplifies building web components.
6
6
  It is inspired by [Lit](https://lit.dev).
7
7
 
8
- Wrec has fewer features that Lit.
8
+ Wrec has fewer features than Lit.
9
9
  In exchange, Wrec:
10
10
 
11
11
  - is much smaller than Lit (about 1/4 of the size)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wrec",
3
3
  "author": "R. Mark Volkmann",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",