Comparing version 0.0.4 to 0.0.5
@@ -11,3 +11,3 @@ 'use strict'; | ||
this.splice(new_index, 0, this.splice(old_index, 1)[0]); | ||
return this; // for testing purposes | ||
return this; | ||
}; | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "ab-array", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Array prototype addons", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3113