@micromag/core 0.3.262 → 0.3.263
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/es/utils.js +0 -1
- package/lib/utils.js +0 -1
- package/package.json +2 -2
package/es/utils.js
CHANGED
|
@@ -638,7 +638,6 @@ function getShadowCoords(angle, distance) {
|
|
|
638
638
|
};
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
-
// import isObject from 'lodash/isObject';
|
|
642
641
|
function getJustifyContent(horizontal) {
|
|
643
642
|
if (horizontal === 'left') return 'flex-start';
|
|
644
643
|
if (horizontal === 'middle') return 'center';
|
package/lib/utils.js
CHANGED
|
@@ -657,7 +657,6 @@ function getShadowCoords(angle, distance) {
|
|
|
657
657
|
};
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
// import isObject from 'lodash/isObject';
|
|
661
660
|
function getJustifyContent(horizontal) {
|
|
662
661
|
if (horizontal === 'left') return 'flex-start';
|
|
663
662
|
if (horizontal === 'middle') return 'center';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.263",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"publishConfig": {
|
|
134
134
|
"access": "public"
|
|
135
135
|
},
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "711b660a3fa66a6490bdb75148e340aec0064f45"
|
|
137
137
|
}
|