diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-24 23:45:55 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-24 23:45:55 +0400 |
commit | 874304fc30743951a7eaf06ea1e2275e507752ee (patch) | |
tree | 7e964a128a0222c1dd7c53b8e55d468b7d3ae137 | |
parent | dda29d729b261a92e464cadea7bc7aaf9dae9012 (diff) | |
download | jquery-874304fc30743951a7eaf06ea1e2275e507752ee.tar.gz jquery-874304fc30743951a7eaf06ea1e2275e507752ee.zip |
Build: Spaces vs tabs
* Use tabs instead of spaces in jscs config
* Always use spaces in package.json (really hope this is temporary)
(cherry-picked from bbace100a3ad51287cd2864eeb03ddebb381d44f)
-rw-r--r-- | .jscsrc | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ { - "preset": "jquery", + "preset": "jquery", - "excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ] + "excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ] } diff --git a/package.json b/package.json index 0b7307661..7dcaa6111 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "keywords": [ "jquery", "javascript", - "browser", + "browser", "library" ], "bugs": { |