Comparing version 1.1.2 to 1.1.3
{ | ||
"name" : "ee-class" | ||
, "description" : "Fast prototype based javascript classes" | ||
, "version" : "1.1.2" | ||
, "version" : "1.1.3" | ||
, "homepage" : "https://github.com/eventEmitter/ee-class" | ||
, "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" | ||
, "licence" : "mit" | ||
, "license" : "MIT" | ||
, "repository": { | ||
@@ -24,8 +24,5 @@ "url" : "https://github.com/eventEmitter/ee-class.git" | ||
, "keywords" : [ "class" ] | ||
, "scripts": { | ||
"test" : "node test.js" | ||
} | ||
, "scripts": { | ||
"test" : "./node_modules/mocha/bin/mocha --reporter spec" | ||
} | ||
} | ||
} |
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
38847