소스 검색

Indent bower.json with two spaces.

bower init generates two-space one, apparently to match npm.
Herbert Vojčík 7 년 전
부모
커밋
b5c24d7eb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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!