@blockquote-web-components/blockquote-base-embedded-webview 1.2.5 → 1.3.0
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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-base-embedded-webview",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"./index.js": {
|
|
43
43
|
"default": "./index.js"
|
|
44
44
|
},
|
|
45
|
-
"./src/tab-panel.css.js": "./src/tab-panel.css.js",
|
|
46
45
|
"./src/styles/BlockquoteBaseEmbeddedWebview-styles.js": {
|
|
47
46
|
"default": "./src/styles/BlockquoteBaseEmbeddedWebview-styles.js"
|
|
48
47
|
},
|
|
@@ -176,13 +175,12 @@
|
|
|
176
175
|
"lit": "^2.0.2"
|
|
177
176
|
},
|
|
178
177
|
"devDependencies": {
|
|
179
|
-
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.3.
|
|
180
|
-
"@blockquote-web-components/blockquote-foundations-sass": "^1.0.2",
|
|
178
|
+
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.3.13",
|
|
181
179
|
"@polymer/iron-test-helpers": "^3.0.1"
|
|
182
180
|
},
|
|
183
181
|
"publishConfig": {
|
|
184
182
|
"access": "public"
|
|
185
183
|
},
|
|
186
184
|
"customElements": "custom-elements.json",
|
|
187
|
-
"gitHead": "
|
|
185
|
+
"gitHead": "a132d6e6e2b74bc13661dca21931e43878575f2b"
|
|
188
186
|
}
|