1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-01 16:13:27 +00:00

Convert utilService to typescript. (#342)

This commit is contained in:
Oscar Hinton
2017-11-01 14:18:05 +01:00
committed by Kyle Spearrin
parent 3493379aec
commit 4b68163cbd
5 changed files with 266 additions and 285 deletions

View File

@@ -64,6 +64,8 @@
"webpack-stream": "4.0.0"
},
"dependencies": {
"@types/angular": "^1.6.34"
"@types/angular": "^1.6.34",
"@types/chrome": "0.0.51",
"@types/jquery": "^3.2.16"
}
}