Revert "Merge pull request #19331 from atom/ns-as/notify-snapshot-exclude"

This reverts commit 1e08ad8470, reversing
changes made to 0994d8ae80.
This commit is contained in:
Nathan Sobo 2019-05-17 04:09:52 -06:00
parent bfe216c8ac
commit 145ebb1a63
3 changed files with 4 additions and 5 deletions

6
package-lock.json generated
View File

@ -456,9 +456,9 @@
}
},
"@atom/notify": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.3.3.tgz",
"integrity": "sha512-AExln6/wUVEo4mpkMmJu1n37RxQ1qKlwvGKaMncL5UkIEXYzKtjs303OS5T9WZ0Ks/YDUOn7B9Np3t4BIYbiYg=="
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@atom/notify/-/notify-1.3.2.tgz",
"integrity": "sha512-EGCDK33j4mstsdbpHXmSVOsi27uzFGWv+9CFctiMQy8rPD5DVOWuLLkES+74nsiFgzlkEbR1ahgQghpnjPzB1Q=="
},
"@atom/nsfw": {
"version": "1.0.22",

View File

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

View File

@ -69,7 +69,6 @@ module.exports = function (packagedAppPath) {
requiredModuleRelativePath === path.join('..', 'node_modules', 'yauzl', 'index.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'winreg', 'lib', 'registry.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', '@atom', 'fuzzy-native', 'lib', 'main.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', '@atom', 'notify', 'lib', 'bin-path.js') ||
// The startup-time script is used by both the renderer and the main process and having it in the
// snapshot causes issues.
requiredModuleRelativePath === path.join('..', 'src', 'startup-time.js')