@material-ui/codemod
Advanced tools
Comparing version 4.3.0 to 4.5.0
@@ -5,3 +5,3 @@ "use strict"; | ||
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray")); | ||
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray")); | ||
@@ -8,0 +8,0 @@ // This codemod attempts to fix the color imports breaking change introduced in |
@@ -5,3 +5,3 @@ "use strict"; | ||
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray")); | ||
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray")); | ||
@@ -8,0 +8,0 @@ /** |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/toConsumableArray")); | ||
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray")); | ||
@@ -13,0 +13,0 @@ var _path = require("path"); |
{ | ||
"name": "@material-ui/codemod", | ||
"version": "4.3.0", | ||
"version": "4.5.0", | ||
"private": false, | ||
@@ -18,3 +18,3 @@ "author": "Material-UI Team", | ||
"prebuild": "rimraf lib", | ||
"build": "cross-env NODE_ENV=production babel --config-file ../../babel.config.js ./src --out-dir ./lib --ignore **/*.test.js", | ||
"build": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel.config.js ./src --out-dir ./lib --ignore **/*.test.js", | ||
"release": "yarn build && npm publish" | ||
@@ -31,3 +31,3 @@ }, | ||
"@babel/core": "^7.4.5", | ||
"@babel/traverse": "^7.4.5", | ||
"@babel/traverse": "^7.6.2", | ||
"jscodeshift-add-imports": "^1.0.1" | ||
@@ -34,0 +34,0 @@ }, |
@@ -63,2 +63,4 @@ # @material-ui/codemod | ||
Head to https://material-ui.com/guides/minimizing-bundle-size/ to understand when it's useful. | ||
#### `top-level-imports` | ||
@@ -78,2 +80,4 @@ | ||
Head to https://material-ui.com/guides/minimizing-bundle-size/ to understand when it's useful. | ||
### v1.0.0 | ||
@@ -80,0 +84,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110461
175
Updated@babel/traverse@^7.6.2