1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02: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

@ -1 +1 @@
Subproject commit cf5bce1ea91ebbc1c99a550b62114a88bfeb2036 Subproject commit 12b01e18946067cd79f87c775a65467a377fabd6

View File

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

View File

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