babel-preset-stage-2
Advanced tools
Comparing version 6.1.18 to 6.2.4
{ | ||
"name": "babel-preset-stage-2", | ||
"version": "6.1.18", | ||
"version": "6.2.4", | ||
"description": "Babel preset for stage 2 plugins", | ||
@@ -11,6 +11,6 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"babel-plugin-syntax-trailing-function-commas": "^6.1.18", | ||
"babel-plugin-transform-object-rest-spread": "^6.1.18", | ||
"babel-preset-stage-3": "^6.1.18" | ||
"babel-plugin-syntax-trailing-function-commas": "^6.2.4", | ||
"babel-plugin-transform-object-rest-spread": "^6.2.4", | ||
"babel-preset-stage-3": "^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
1147