Merge pull request #14853 from atom/aw-filewatcher

Filesystem watcher API
This commit is contained in:
Ash Wilson
2017-08-08 14:04:39 -04:00
committed by GitHub
32 changed files with 1840 additions and 27 deletions

View File

@@ -39,6 +39,7 @@ module.exports = function (packagedAppPath) {
relativePath === path.join('..', 'node_modules', 'decompress-zip', 'lib', 'decompress-zip.js') ||
relativePath === path.join('..', 'node_modules', 'debug', 'node.js') ||
relativePath === path.join('..', 'node_modules', 'fs-extra', 'lib', 'index.js') ||
relativePath === path.join('..', 'node_modules', 'github', 'node_modules', 'fs-extra', 'lib', 'index.js') ||
relativePath === path.join('..', 'node_modules', 'git-utils', 'lib', 'git.js') ||
relativePath === path.join('..', 'node_modules', 'glob', 'glob.js') ||
relativePath === path.join('..', 'node_modules', 'graceful-fs', 'graceful-fs.js') ||

View File

@@ -15,7 +15,7 @@
"electron-winstaller": "2.6.2",
"fs-extra": "0.30.0",
"glob": "7.0.3",
"joanna": "0.0.8",
"joanna": "0.0.9",
"klaw-sync": "^1.1.2",
"legal-eagle": "0.14.0",
"lodash.template": "4.4.0",