skeleton-webcomponent-loader 2.1.1 → 2.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.
- package/package.json +1 -2
- package/readme.md +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skeleton-webcomponent-loader",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Skeleton loader webcomponent developed in stencil.js",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/custom-elements/index.js",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "stencil build --docs",
|
|
22
22
|
"start": "stencil build --dev --watch --serve",
|
|
23
|
-
"test": "stencil test --spec --e2e",
|
|
24
23
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
25
24
|
"generate": "stencil generate",
|
|
26
25
|
"prepublish": "npm run build",
|
package/readme.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://stand-with-ukraine.pp.ua)
|
|
2
|
+
|
|
3
|
+
|
|
2
4
|

|
|
3
5
|
|
|
4
6
|
# Skeleton Loader Webcomponent
|