⬆️ @atom/notify@1.0.5 to explicitly unwatch on kill

This commit is contained in:
Nathan Sobo 2019-05-03 14:47:34 -06:00
parent 5bfbdd2bce
commit 932aaac05b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -744,9 +744,9 @@
}
},
"@atom/notify": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.0.4.tgz",
"integrity": "sha512-9tIf60zM0MSyEHzlH3NrMUeC6BJNrJyIzvLXK/UaW9HEeXWRayxBOGNkrKN9JfEYuabOsDoNdVqdo8HE16Wpfw=="
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.0.5.tgz",
"integrity": "sha512-RVDklPTsV3Ax+JxHYa8/PDXUgc9gWSCycCuBiPl40lmuluQQrnUPDKuqeEaSGPu+CfuGy4ufXvUaPe1A0K5Zyg=="
},
"@atom/nsfw": {
"version": "1.0.18",

View File

@ -14,7 +14,7 @@
"license": "MIT",
"electronVersion": "2.0.18",
"dependencies": {
"@atom/notify": "1.0.4",
"@atom/notify": "1.0.5",
"@atom/nsfw": "1.0.18",
"@atom/source-map-support": "^0.3.4",
"@atom/watcher": "1.3.1",