[ReactNative] Update sane fork + FileWatcher config

This commit is contained in:
Tadeu Zagallo 2015-05-28 13:29:08 -01:00
parent d63440576d
commit ebae151f24
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
"react-timer-mixin": "^0.13.1",
"react-tools": "0.13.2",
"rebound": "^0.0.12",
"sane": "git://github.com/tadeuzagallo/sane.git#c2c8672928",
"sane": "git://github.com/tadeuzagallo/sane.git#a029f8b04a",
"source-map": "0.1.31",
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
"uglify-js": "~2.4.16",

View File

@ -67,7 +67,7 @@ function createWatcher(rootConfig) {
var watcher = new Watcher(rootConfig.dir, {
glob: rootConfig.globs,
dot: false,
ignore: 'node_modules',
ignore: '**/node_modules/**/*',
});
return new Promise(function(resolve, reject) {