piral-litel 0.15.9-beta.5417 → 0.15.9-beta.5420

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 +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -79,11 +79,11 @@ The `lit-element` and `@webcomponents/webcomponentsjs` packages should be shared
79
79
 
80
80
  ```json
81
81
  {
82
- "pilets": {
83
- "externals": [
84
- "@webcomponents/webcomponentsjs",
85
- "lit-element"
86
- ]
82
+ "importmap": {
83
+ "imports": {
84
+ "@webcomponents/webcomponentsjs": "",
85
+ "lit-element": ""
86
+ }
87
87
  }
88
88
  }
89
89
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-litel",
3
- "version": "0.15.9-beta.5417",
3
+ "version": "0.15.9-beta.5420",
4
4
  "description": "Plugin for integrating Lit-Element components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,10 +66,10 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "lit-element": "^2.2.1",
69
- "piral-core": "0.15.9-beta.5417"
69
+ "piral-core": "0.15.9-beta.5420"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "lit-element": "^2.0.0"
73
73
  },
74
- "gitHead": "dde0a115d916010beb178e29abe04fbe116f63f1"
74
+ "gitHead": "a4b6f7cb2d3285e0d486c7951ad6c3d6484b11f8"
75
75
  }