jscodeshift
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -55,3 +55,4 @@ /* | ||
if (babel === 'babel') { | ||
require('babel-core/register')(); | ||
// FIXME: use { babelrc: false } after migration to Babel 6 | ||
require('babel-core/register')({ breakConfig: true }); | ||
} | ||
@@ -58,0 +59,0 @@ transform = require(tr); |
{ | ||
"name": "jscodeshift", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "A toolkit for JavaScript codemods", | ||
@@ -14,4 +14,4 @@ "repository": { | ||
"watch": "babel src/ --out-dir dist/ --watch", | ||
"test": "jest", | ||
"prepublish": "npm run build" | ||
"test": " npm run build && jest", | ||
"prepublish": "npm run test && npm run build" | ||
}, | ||
@@ -36,3 +36,3 @@ "bin": { | ||
"nomnom": "^1.8.1", | ||
"recast": "^0.10.32" | ||
"recast": "^0.11.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
59152
1259
Updatedrecast@^0.11.0