class-autobind-decorator
Advanced tools
Comparing version 2.2.0 to 2.2.1
# CHANGELOG | ||
## v2.2.1 (1/27/2017) | ||
- Remove .babelrc from npm package for React Native use (closes #3) | ||
## v2.2.0 (12/17/2016) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "class-autobind-decorator", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A small framework-agnostic utility for auto-binding \"class\" methods to instances (with customization options) using either \"legacy\" decorator syntax or plain old ES5 (without needing ES2015+ polyfills).", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
26261
9