model-attributes
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "model-attributes", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"publishConfig": { | ||
@@ -29,5 +29,6 @@ "access": "public" | ||
"scripts": { | ||
"test": "npm run test:ava", | ||
"test:ava": "ava --timeout 2m tests/*.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"test": "npm run test:browser-ava && npm run test:ava", | ||
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
@@ -38,3 +39,4 @@ "lint": "npm run lint:docs", | ||
"devDependencies": { | ||
"ava": "^5.0.0", | ||
"ava": "^5.1.0", | ||
"browser-ava": "^1.3.4", | ||
"c8": "^7.12.0", | ||
@@ -58,2 +60,3 @@ "documentation": "^14.0.0", | ||
"arlac77/template-arlac77-github", | ||
"arlac77/template-browser-ava", | ||
"arlac77/template-esm-only" | ||
@@ -60,0 +63,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
13102
5