1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

include package-lock.json

This commit is contained in:
Kyle Spearrin 2018-02-18 00:04:16 -05:00
parent e0f90849fc
commit eb8c7423db
3 changed files with 12737 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,5 +11,4 @@ webfonts/
*.zip
build/
build.safariextension/
package-lock.json
coverage/

12735
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -68,6 +68,7 @@
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@bitwarden/jslib": "git+https://github.com/bitwarden/jslib.git",
"@types/angular": "^1.6.34",
"@types/chrome": "0.0.51",
"@types/jquery": "^3.2.16",
@ -77,7 +78,6 @@
"@types/safari-extension-content": "^0.0.14",
"@types/tldjs": "1.7.1",
"@types/webcrypto": "^0.0.28",
"@uirouter/angularjs": "^1.0.10",
"@bitwarden/jslib": "git+https://github.com/bitwarden/jslib.git"
"@uirouter/angularjs": "^1.0.10"
}
}