1
0
Pārlūkot izejas kodu

Indent bower.json with two spaces.

bower init generates two-space one, apparently to match npm.
Herbert Vojčík 8 gadi atpakaļ
vecāks
revīzija
b5c24d7eb7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      template.js

+ 1 - 1
template.js

@@ -168,7 +168,7 @@ exports.template = function (grunt, init, done) {
                 "amber-ide-starter-dialog": "^0.1.0",
                 "helios": "^0.6.0"
             }
-        }, null, 4));
+        }, null, 2));
 
 
         // All done!