Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "is-tuesday", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Determines if today is Tuesday or not.", | ||
@@ -8,3 +8,3 @@ "typings": "typings/index.d.ts", | ||
"scripts": { | ||
"test": "npm run lint && jest", | ||
"test": "jest", | ||
"lint": "eslint . --ext .js --ext .json" | ||
@@ -31,2 +31,3 @@ }, | ||
"eslint-config-amber": "^2.0.0", | ||
"eslint-plugin-jest": "^21.24.0", | ||
"eslint-plugin-json": "^1.2.1", | ||
@@ -36,7 +37,14 @@ "jest": "^23.6.0" | ||
"eslintConfig": { | ||
"extends": "amber", | ||
"extends": [ | ||
"amber", | ||
"plugin:jest/recommended" | ||
], | ||
"plugins": [ | ||
"json" | ||
] | ||
"json", | ||
"jest" | ||
], | ||
"env": { | ||
"jest/globals": 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
2567
5