Comparing version 2.1.7 to 2.2.0
@@ -5,4 +5,4 @@ 'use strict' | ||
function Assigner () { | ||
this.options = {} | ||
function Assigner ( options ) { | ||
this.init( options ) | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "assign.js", | ||
"version": "2.1.7", | ||
"version": "2.2.0", | ||
"description": "Tiny libary to assign objects", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"gulp-load-plugins": "^1.2.4", | ||
"gulp-mocha": "^3.0.0" | ||
"gulp-mocha": "^3.0.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "browser": { |
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
13063