@blockquote-web-components/blockquote-base-embedded-webview 1.6.2 → 1.6.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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-base-embedded-webview",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
"extends": "stylelint-config-standard-scss",
|
|
169
169
|
"rules": {
|
|
170
170
|
"custom-property-pattern": null,
|
|
171
|
-
"max-line-length": null,
|
|
172
171
|
"no-duplicate-selectors": null,
|
|
173
172
|
"color-function-notation": null,
|
|
174
173
|
"alpha-value-notation": null
|
|
@@ -176,16 +175,16 @@
|
|
|
176
175
|
},
|
|
177
176
|
"dependencies": {
|
|
178
177
|
"@blockquote/polymer": "^3.4.1",
|
|
179
|
-
"lit": "^3.1.
|
|
178
|
+
"lit": "^3.1.1"
|
|
180
179
|
},
|
|
181
180
|
"devDependencies": {
|
|
182
|
-
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.
|
|
183
|
-
"@blockquote-web-components/blockquote-foundations-sass": "^1.1.
|
|
181
|
+
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.2",
|
|
182
|
+
"@blockquote-web-components/blockquote-foundations-sass": "^1.1.2",
|
|
184
183
|
"@polymer/iron-test-helpers": "^3.0.1"
|
|
185
184
|
},
|
|
186
185
|
"publishConfig": {
|
|
187
186
|
"access": "public"
|
|
188
187
|
},
|
|
189
188
|
"customElements": "custom-elements.json",
|
|
190
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "928ddb66ba54a04161c09d295c9844683e735abf"
|
|
191
190
|
}
|