Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "blimpy", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Easily set the class of an object.", | ||
@@ -5,0 +5,0 @@ "main": "dist/blimpy.min.js", |
@@ -159,3 +159,3 @@ let assert = require('assert'); | ||
foodObjectWithNoProto.__proto__, | ||
Object.prototype, | ||
Object.prototype | ||
); | ||
@@ -178,3 +178,3 @@ }); | ||
foodObjectWithNoProto.__proto__, | ||
Object.prototype, | ||
Object.prototype | ||
); | ||
@@ -213,3 +213,3 @@ }); | ||
foodObjectWithNoProto.__proto__, | ||
Object.prototype, | ||
Object.prototype | ||
); | ||
@@ -216,0 +216,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
118715