cspell-io
Advanced tools
Comparing version 4.0.10 to 4.0.11
{ | ||
"name": "cspell-io", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"description": "A library of useful I/O functions used across various cspell tools.", | ||
@@ -18,6 +18,5 @@ "main": "dist/index.js", | ||
"clean-build": "npm run clean && npm run build", | ||
"coverage": "NODE_ENV=test nyc --silent --no-clean --temp-dir=../../.nyc_output npm run test-ts", | ||
"test-ts": "../../node_modules/.bin/rimraf temp && NODE_ENV=test ../../node_modules/.bin/mocha --require ts-node/register --recursive \"src/**/*.test.ts\"", | ||
"test-watch": "../../node_modules/.bin/mocha --require ts-node/register --watch --recursive \"src/**/*.test.ts\"", | ||
"test": "rimraf temp && mocha --recursive ./dist/**/*.test.js" | ||
"coverage": "jest --coverage", | ||
"test-watch": "../../node_modules/.bin/jest --watch", | ||
"test": "jest" | ||
}, | ||
@@ -62,3 +61,3 @@ "repository": { | ||
}, | ||
"gitHead": "f0870f747b05f0a2b6fdc1a5118bc4224baa7700" | ||
"gitHead": "a889d1ac70724471454a4189f4082f3af4971074" | ||
} |
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
12122