Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "pd", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Manage propertyDescriptors, an OO utility", | ||
@@ -10,3 +10,3 @@ "keywords": ["oo", "oop", "propertydescriptor", "arch", "utility"], | ||
"engines": { | ||
"node": "0.6.x" | ||
"node": ">=0.4" | ||
}, | ||
@@ -13,0 +13,0 @@ "scripts": { |
@@ -90,3 +90,3 @@ # pd [![Build Status][1]][2] | ||
var o = { | ||
constructor() { | ||
constructor: function () { | ||
pd.bindAll(this, { | ||
@@ -93,0 +93,0 @@ draw: function () { |
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
20143