@micromag/core 0.3.262 → 0.3.265

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 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.262",
3
+ "version": "0.3.265",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -133,5 +133,5 @@
133
133
  "publishConfig": {
134
134
  "access": "public"
135
135
  },
136
- "gitHead": "2299eaeb150cfdd14b4da321bf9089ab1e6383c2"
136
+ "gitHead": "999f79fd897211bfb7edd79560295efeabf55dba"
137
137
  }