From 740189b9f1f3a7ec35adb12df3361c28f52c4809 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Wed, 19 Apr 2017 10:27:46 +0530 Subject: [PATCH] Revert alignment change in #269 (#270) --- lib/install/template.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/install/template.rb b/lib/install/template.rb index 626b651c5..c4aec296f 100644 --- a/lib/install/template.rb +++ b/lib/install/template.rb @@ -13,9 +13,9 @@ if File.exists?(".gitignore") append_to_file ".gitignore", <<-EOS - /public/packs - /node_modules - EOS +/public/packs +/node_modules +EOS end puts "Installing all JavaScript dependencies"