cspell-trie-lib
Advanced tools
Comparing version 4.0.8 to 4.0.9
{ | ||
"name": "cspell-trie-lib", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "Trie Data Structure to support cspell.", | ||
@@ -14,10 +14,7 @@ "main": "dist/index.js", | ||
"clean": "rimraf dist", | ||
"test": "mocha --recursive \"./dist/**/*.test.js\"", | ||
"test-watch": "../../node_modules/.bin/mocha --require ts-node/register --watch --recursive \"src/**/*.test.ts\"", | ||
"build": "tsc -p .", | ||
"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_ENV=test ../../node_modules/.bin/mocha --require ts-node/register --recursive \"src/**/*.test.ts\"", | ||
"coverage-coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"travis-coverage": "npm run coverage && npm run coverage-coveralls", | ||
"coverage": "jest --coverage", | ||
"test-watch": "../../node_modules/.bin/jest --watch", | ||
"test": "jest", | ||
"watch": "tsc -w" | ||
@@ -64,3 +61,3 @@ }, | ||
}, | ||
"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
46712