@hummingbirdui/browser 1.0.0 → 1.0.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 +2 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ Use the Play CDN to try Hummingbird in the browser without any build step. The P
20
20
  Add the Play CDN script tag to the `<head>` of your HTML file, and start using Hummingbird’s and Tailwind’s classes to style the content.
21
21
 
22
22
  ```html
23
- <script src="https://cdn.jsdelivr.net/npm/@hummingbirdui/browser@1.0.0/dist/index.global.js"></script>
23
+ <script src="https://cdn.jsdelivr.net/npm/@hummingbirdui/browser@1.0.3/dist/index.global.js"></script>
24
24
  ```
25
25
 
26
26
  ## Documentation
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@hummingbirdui/browser",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "Hummingbird Play CDN for rapid experimentation and development.",
5
5
  "main": "./dist/index.global.js",
6
+ "keywords": ["Hummingbird", "CDN", "Play CDN"],
6
7
  "files": [
7
8
  "dist"
8
9
  ],