babel-plugin-transform-decorators
Advanced tools
Comparing version 6.2.4 to 6.3.13
{ | ||
"name": "babel-plugin-transform-decorators", | ||
"version": "6.2.4", | ||
"version": "6.3.13", | ||
"description": "Compile class and object decorators to ES5", | ||
@@ -12,12 +12,12 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators", | ||
"dependencies": { | ||
"babel-types": "^6.2.4", | ||
"babel-helper-define-map": "^6.2.4", | ||
"babel-plugin-syntax-decorators": "^6.2.4", | ||
"babel-helper-explode-class": "^6.2.4", | ||
"babel-template": "^6.2.4", | ||
"babel-types": "^6.3.13", | ||
"babel-helper-define-map": "^6.3.13", | ||
"babel-plugin-syntax-decorators": "^6.3.13", | ||
"babel-helper-explode-class": "^6.3.13", | ||
"babel-template": "^6.3.13", | ||
"babel-runtime": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "^6.2.4" | ||
"babel-helper-plugin-test-runner": "^6.3.13" | ||
} | ||
} |
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
6236