| Index: third_party/node/update_npm_deps
|
| diff --git a/third_party/node/update_npm_deps b/third_party/node/update_npm_deps
|
| index 5deef8a975a5af91f0ca6309c38baf55ab86cb07..0727e8bf9cb352dcecf35b75cd9dec42ed691df9 100755
|
| --- a/third_party/node/update_npm_deps
|
| +++ b/third_party/node/update_npm_deps
|
| @@ -18,8 +18,8 @@ rm -rf node_modules
|
|
|
| npm install --no-bin-links --only=prod
|
|
|
| -# Apply local patch to vulcanize.
|
| -patch -d node_modules/vulcanize/ -p1 < chromium_vulcanize.patch
|
| +# Apply local patch to polymer-bundler.
|
| +patch -d node_modules/polymer-bundler/ -p1 < chromium_polymer_bundler.patch
|
|
|
| rsync -c --delete -r -q --exclude-from="npm_exclude.txt" \
|
| --prune-empty-dirs "node_modules/" "node_modules_filtered/"
|
|
|