@spectrum-web-components/iconset 0.35.1-rc.43 → 0.36.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/iconset",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.36.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"lit-html"
|
60
60
|
],
|
61
61
|
"dependencies": {
|
62
|
-
"@spectrum-web-components/base": "^0.
|
62
|
+
"@spectrum-web-components/base": "^0.36.0"
|
63
63
|
},
|
64
64
|
"types": "./src/index.d.ts",
|
65
65
|
"customElements": "custom-elements.json",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"./stories/icons-demo.js",
|
69
69
|
"./**/*.dev.js"
|
70
70
|
],
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "a532ff8a410abeefb54d9638a2316ae82570566e"
|
72
72
|
}
|