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 *.zip
build/ build/
build.safariextension/ build.safariextension/
package-lock.json
coverage/ 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" "webpack-merge": "^4.1.0"
}, },
"dependencies": { "dependencies": {
"@bitwarden/jslib": "git+https://github.com/bitwarden/jslib.git",
"@types/angular": "^1.6.34", "@types/angular": "^1.6.34",
"@types/chrome": "0.0.51", "@types/chrome": "0.0.51",
"@types/jquery": "^3.2.16", "@types/jquery": "^3.2.16",
@ -77,7 +78,6 @@
"@types/safari-extension-content": "^0.0.14", "@types/safari-extension-content": "^0.0.14",
"@types/tldjs": "1.7.1", "@types/tldjs": "1.7.1",
"@types/webcrypto": "^0.0.28", "@types/webcrypto": "^0.0.28",
"@uirouter/angularjs": "^1.0.10", "@uirouter/angularjs": "^1.0.10"
"@bitwarden/jslib": "git+https://github.com/bitwarden/jslib.git"
} }
} }