From 800a9942d61d14c47a8ae57afc06fe71e19806e4 Mon Sep 17 00:00:00 2001 From: Dmytro Sokil Date: Fri, 23 Jun 2017 22:46:22 +0300 Subject: [PATCH] npm readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5a13e..3dc2922 100755 --- a/README.md +++ b/README.md @@ -191,7 +191,9 @@ deploy: deploy: config: npm: - bundles: + dirs: # Optional list of dirs to search package.json and install dependencies + - "assets" + bundles: # Optional list of bundles where to search package.json SomeBundle: true SomeOtherBundle: package: ../ # path to project.json, relative to SomeOtherBundle.php file