@remusao/trie
Advanced tools
Comparing version 1.2.0-canary.5.b814f6d.0 to 1.2.0-canary.10.23ddd17fce75354809e31515eaa96d0d9e9958d6.0
{ | ||
"name": "@remusao/trie", | ||
"version": "1.2.0-canary.5.b814f6d.0", | ||
"version": "1.2.0-canary.10.23ddd17fce75354809e31515eaa96d0d9e9958d6.0", | ||
"description": "A tiny trie implementation", | ||
@@ -29,3 +29,3 @@ "author": "Rémi Berson <remi@cliqz.com>", | ||
"prepack": "yarn run bundle", | ||
"test": "jest --config ./jest.config.js --coverage index.test.ts" | ||
"test": "nyc mocha ./dist/cjs/index.test.js" | ||
}, | ||
@@ -36,6 +36,8 @@ "bugs": { | ||
"devDependencies": { | ||
"@types/jest": "^25.1.1", | ||
"jest": "^25.1.0", | ||
"@types/chai": "^4.2.8", | ||
"@types/mocha": "^7.0.1", | ||
"chai": "^4.2.0", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "^25.0.0", | ||
"tslint": "^6.0.0", | ||
@@ -45,3 +47,3 @@ "tslint-config-prettier": "^1.18.0", | ||
}, | ||
"gitHead": "b814f6dc2d747d60e073402726f2777eb05f493f" | ||
"gitHead": "23ddd17fce75354809e31515eaa96d0d9e9958d6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
18
405
231837
9