fix: refresh ext-manager when deleting extension with no account

This commit is contained in:
Mo Bitar
2020-09-25 11:29:51 -05:00
parent 945144734c
commit b74c85638d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -10956,8 +10956,8 @@
"from": "github:standardnotes/sncrypto#8794c88daa967eaae493cd5fdec7506d52b257ad" "from": "github:standardnotes/sncrypto#8794c88daa967eaae493cd5fdec7506d52b257ad"
}, },
"snjs": { "snjs": {
"version": "github:standardnotes/snjs#303e9609efb9ad83bf07160c2aae6404533efeb7", "version": "github:standardnotes/snjs#2d44b98e3dfd1fa7fe4f83665d663d01063333c1",
"from": "github:standardnotes/snjs#303e9609efb9ad83bf07160c2aae6404533efeb7" "from": "github:standardnotes/snjs#2d44b98e3dfd1fa7fe4f83665d663d01063333c1"
}, },
"sockjs": { "sockjs": {
"version": "0.3.20", "version": "0.3.20",

View File

@@ -68,6 +68,6 @@
}, },
"dependencies": { "dependencies": {
"sncrypto": "github:standardnotes/sncrypto#8794c88daa967eaae493cd5fdec7506d52b257ad", "sncrypto": "github:standardnotes/sncrypto#8794c88daa967eaae493cd5fdec7506d52b257ad",
"snjs": "github:standardnotes/snjs#303e9609efb9ad83bf07160c2aae6404533efeb7" "snjs": "github:standardnotes/snjs#2d44b98e3dfd1fa7fe4f83665d663d01063333c1"
} }
} }