@usecapsule/core-components 1.0.10-dev.1 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@usecapsule/core-components",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.11",
|
4
4
|
"description": "Capsule Core Components",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -46,5 +46,6 @@
|
|
46
46
|
"sass": "^1.71.1",
|
47
47
|
"stencil-inline-svg": "^1.1.0",
|
48
48
|
"ts-node": "^10.9.2"
|
49
|
-
}
|
49
|
+
},
|
50
|
+
"gitHead": "836431e75a5e255bfa6b04bdaeeabdf3fb70091e"
|
50
51
|
}
|