class-autobind-decorator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "class-autobind-decorator", | ||
"version": "1.0.0", | ||
"version": "1.0.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).", | ||
"main": "src/index.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "./node_modules/.bin/babel src -d build", |
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
17395