@alheimsins/bigfive-calculate-score
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@alheimsins/bigfive-calculate-score", | ||
"description": "Calculate score for big five tests", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"license": "MIT", | ||
@@ -27,6 +27,6 @@ "publishConfig": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12" | ||
}, | ||
"scripts": { | ||
"test": "standard && npm audit && ava", | ||
"test": "standard && ava", | ||
"test-offline": "standard && ava", | ||
@@ -53,3 +53,3 @@ "coverage": "nyc ava", | ||
"devDependencies": { | ||
"ava": "3.9.0", | ||
"ava": "3.10.0", | ||
"coveralls": "3.1.0", | ||
@@ -56,0 +56,0 @@ "nyc": "15.1.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
7714