1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

fix type refs

This commit is contained in:
Kyle Spearrin
2018-05-16 16:02:22 -04:00
parent 324f602469
commit 771a1f31fc
3 changed files with 4 additions and 2 deletions

2
jslib

Submodule jslib updated: cf5bce1ea9...12b01e1894

View File

@@ -47,6 +47,7 @@
"@types/commander": "^2.12.2",
"@types/lowdb": "^1.0.1",
"@types/node": "^10.0.8",
"@types/node-forge": "^0.7.1",
"@types/readline-sync": "^1.4.3",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",

View File

@@ -25,6 +25,7 @@
"jslib/spec",
"jslib/src/electron",
"jslib/src/angular",
"build"
"build",
"jslib/src/services/search.service.ts"
]
}