1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

lunr types

This commit is contained in:
Kyle Spearrin 2018-02-28 21:18:36 -05:00
parent 629a22e1ff
commit 9b566e5990
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -122,6 +122,12 @@
"integrity": "sha512-loKBID6UL4QjhD2scuvv6oAPlQ/WAY7aYTDyKlKo7fIgriLS8EZExqT567cHL5CY6si51MRoX1+r3mitD3eYrA==",
"dev": true
},
"@types/lunr": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@types/lunr/-/lunr-2.1.5.tgz",
"integrity": "sha512-esk3CG25hRtHsVHm+LOjiSFYdw8be3uIY653WUwR43Bro914HSimPgPpqgajkhTJ0awK3RQfaIxP7zvbtCpcyg==",
"dev": true
},
"@types/node": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.9.0.tgz",

View File

@ -176,6 +176,7 @@
},
"devDependencies": {
"@types/keytar": "^4.0.1",
"@types/lunr": "2.1.5",
"@types/node-forge": "0.7.1",
"@types/webcrypto": "0.0.28",
"clean-webpack-plugin": "^0.1.17",