babel-plugin-transform-do-expressions
Advanced tools
Comparing version 6.1.18 to 6.2.4
{ | ||
"name": "babel-plugin-transform-do-expressions", | ||
"version": "6.1.18", | ||
"version": "6.2.4", | ||
"description": "Compile do expressions to ES5", | ||
@@ -12,8 +12,8 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-do-expressions", | ||
"dependencies": { | ||
"babel-plugin-syntax-do-expressions": "^6.1.18", | ||
"babel-plugin-syntax-do-expressions": "^6.2.4", | ||
"babel-runtime": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "^6.1.18" | ||
"babel-helper-plugin-test-runner": "^6.2.4" | ||
} | ||
} |
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
1472