creature-features
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "creature-features", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Feature flags for node.js", | ||
@@ -42,9 +42,9 @@ "main": "index.js", | ||
"@kev_nz/publisher": "^4.0.1", | ||
"coveralls": "^3.0.4", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"coveralls": "^3.0.6", | ||
"cross-env": "^5.2.1", | ||
"eslint": "^6.4.0", | ||
"eslint-config-prettier": "^6.3.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"jest": "^24.8.0", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2" | ||
@@ -51,0 +51,0 @@ }, |
@@ -27,2 +27,3 @@ describe('Feature based on percents', () => { | ||
} | ||
expect(trueTotal > 300).toBe(true) | ||
@@ -29,0 +30,0 @@ expect(trueTotal < 375).toBe(true) |
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
47110