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

bump version

This commit is contained in:
Kyle Spearrin 2019-03-19 12:53:59 -04:00
parent cc706a48da
commit ff3fce821c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bitwarden-web",
"version": "2.9.1",
"version": "2.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -3332,7 +3332,7 @@
},
"external-editor": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
"resolved": "http://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
"integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==",
"requires": {
"chardet": "^0.4.0",
@ -7686,7 +7686,7 @@
},
"node-fetch": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.6.3.tgz",
"resolved": "http://registry.npmjs.org/node-fetch/-/node-fetch-1.6.3.tgz",
"integrity": "sha1-3CNO3WSJmC1Y6PDbT2lQKavNjAQ=",
"requires": {
"encoding": "^0.1.11",

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden-web",
"version": "2.9.1",
"version": "2.10.0",
"scripts": {
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",