Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "is-tuesday", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Determines if today is Tuesday or not.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm run lint", | ||
"test": "npm run lint && jest", | ||
"lint": "eslint . --ext .js --ext .json" | ||
@@ -29,3 +29,4 @@ }, | ||
"eslint-config-amber": "^1.1.0", | ||
"eslint-plugin-json": "^1.2.1" | ||
"eslint-plugin-json": "^1.2.1", | ||
"jest": "^23.6.0" | ||
}, | ||
@@ -32,0 +33,0 @@ "eslintConfig": { |
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
2354
4