physical-quantity 1.1.3 → 1.1.4

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
@@ -50,6 +50,9 @@ Here's an example of how to use the component in an HTML file:
50
50
  </html>
51
51
  ```
52
52
 
53
+ ### Demo
54
+ [Box Size @https://e3d.github.io](https://e3d.github.io)
55
+
53
56
  ### Example - HTML File Using CDN
54
57
  ```html
55
58
  <!DOCTYPE html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A web component to represent a physical quantity with unit conversion.",
5
5
  "main": "./dist/pq.min.js",
6
6
  "files": [