babel-plugin-transform-es2015-shorthand-properties
Advanced tools
Comparing version 6.22.0 to 6.24.1
{ | ||
"name": "babel-plugin-transform-es2015-shorthand-properties", | ||
"version": "6.22.0", | ||
"version": "6.24.1", | ||
"description": "Compile ES2015 shorthand properties to ES5", | ||
@@ -12,8 +12,8 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties", | ||
"dependencies": { | ||
"babel-types": "^6.22.0", | ||
"babel-types": "^6.24.1", | ||
"babel-runtime": "^6.22.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "^6.22.0" | ||
"babel-helper-plugin-test-runner": "^6.24.1" | ||
} | ||
} |
@@ -16,3 +16,3 @@ # babel-plugin-transform-es2015-shorthand-properties | ||
```js | ||
var o = { a: a, b: b, c:c }; | ||
var o = { a: a, b: b, c: c }; | ||
``` | ||
@@ -19,0 +19,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
2401
Updatedbabel-types@^6.24.1