lunr-mutable-indexes
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "lunr-mutable-indexes", | ||
"version": "0.2.0", | ||
"description": "Mutable indexes for lunr.js 2.1.x", | ||
"version": "0.3.0", | ||
"description": "Mutable indexes for lunr.js 2.1.x or greater", | ||
"main": "lunr-mutable.js", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "make test", | ||
"prepare": "make lunr-mutable.js" | ||
}, | ||
@@ -23,12 +24,9 @@ "repository": { | ||
"devDependencies": { | ||
"mocha": "^3.0.2", | ||
"chai": "^4.1.2" | ||
"chai": "^4.1.2", | ||
"mocha": "^5.1.1" | ||
}, | ||
"homepage": "https://github.com/hoelzro/lunr-mutable-indexes#readme", | ||
"dependencies": { | ||
"lunr": "~2.1.5" | ||
}, | ||
"scripts": { | ||
"prepare": "make lunr-mutable.js" | ||
"lunr": ">= 2.1.5 < 2.3.0" | ||
} | ||
} |
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
32758
+ Addedlunr@2.2.1(transitive)
- Removedlunr@2.1.6(transitive)
Updatedlunr@>= 2.1.5 < 2.3.0