Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "badgee", | ||
"author": "Olivier Audard <audard@gmail.com>", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "a browser console improvement", | ||
@@ -58,3 +58,3 @@ "main": "build/badgee.js", | ||
"strip-json-comments-cli": "^1.0.1", | ||
"uglify-js": "^3.0.25", | ||
"uglify-js": "^2.8.29", | ||
"watch": "^1.0.2" | ||
@@ -61,0 +61,0 @@ }, |
@@ -46,3 +46,3 @@ /* eslint-disable no-console */ | ||
expect(styles).to.be.an('array'); | ||
expect(styles).to.have.length.of(3); | ||
expect(styles).to.have.lengthOf(3); | ||
}); | ||
@@ -49,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
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
84336