physical-quantity 1.1.8 → 1.1.10
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.
package/README.md
CHANGED
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
|
|
12
12
|
## Demo: Physical Quantity element - No Unit Converter or Dual Units Needed
|
|
13
13
|
[Box Size & Mass @https://e3d.github.io](https://e3d.github.io)
|
|
14
|
+
<iframe width="100%" height="300" src="https://jsfiddle.net/hithere/tz8ym4fh/54/embedded/result" allowfullscreen="true" frameborder="0"></iframe>
|
|
15
|
+
|
|
16
|
+
<script async src="//jsfiddle.net/hithere/tz8ym4fh/54/embed/"></script>
|
|
17
|
+
|
|
18
|
+

|
|
14
19
|
|
|
15
20
|
## Installation
|
|
16
21
|
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "physical-quantity",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "A web component to represent a physical quantity with unit conversion.",
|
|
5
5
|
"main": "./dist/pq.min.js",
|
|
6
6
|
"files": [
|
|
7
|
-
"dist/"
|
|
7
|
+
"dist/",
|
|
8
|
+
"images/"
|
|
8
9
|
],
|
|
9
10
|
"scripts": {
|
|
10
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|