Sfoglia il codice sorgente

Indent bower.json with two spaces.

bower init generates two-space one, apparently to match npm.
Herbert Vojčík 7 anni fa
parent
commit
b5c24d7eb7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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!