lit-litelements 1.0.1 → 1.0.2

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/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lit-litelements",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "My LitElement component build for loading spinner with 10 types",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
package/readme.md CHANGED
@@ -18,7 +18,7 @@
18
18
  <loading-spinner-element center name="spinner11" style="color: red;" size="100px"></loading-spinner-element>
19
19
  <loading-spinner-element center name="spinner11" style="color: red;" size="100px" backgroundColor="white"></loading-spinner-element>
20
20
 
21
- ## integrate to html
21
+ ## Integrate
22
22
 
23
23
  ### angular
24
24
  add to angular.json
@@ -31,7 +31,7 @@
31
31
  "styles": [
32
32
  ],
33
33
  "scripts": [
34
- "./node_modules/paper/dist/paper-full.min.js",
34
+
35
35
  "./node_modules/lit-litelements/dist/main.js"
36
36
  ]
37
37
  }