Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "emoney", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"homepage": "https://github.com/elnarddogg/emoney.git", | ||
@@ -9,3 +9,3 @@ "authors": [ | ||
"description": "A lightweight event emitter for clients and servers", | ||
"main": "dist/emoney-0.2.2.min.js", | ||
"main": "dist/emoney-0.2.3.min.js", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "javascript", |
{ | ||
"name": "emoney", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A lightweight event emitter for clients and servers", | ||
"main": "dist/emoney-0.2.2.min.js", | ||
"main": "dist/emoney-0.2.3.min.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "mocha test/test.js" |
@@ -18,3 +18,3 @@ E$ | ||
function Constructor() { | ||
function E$ishConstructor() { | ||
E$.construct( this ); | ||
@@ -27,3 +27,3 @@ } | ||
return new Constructor(); | ||
return new E$ishConstructor(); | ||
@@ -30,0 +30,0 @@ }()); |
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
136890