Explorar el Código

Indent bower.json with two spaces.

bower init generates two-space one, apparently to match npm.
Herbert Vojčík hace 8 años
padre
commit
b5c24d7eb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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!