diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-24 23:38:38 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-24 23:42:18 +0400 |
commit | bbace100a3ad51287cd2864eeb03ddebb381d44f (patch) | |
tree | d93b4f796f75fcc9b9f8e576800247f819729886 /package.json | |
parent | 04ddc4a44ba0f3f55829bf544f19c36404064ffc (diff) | |
download | jquery-bbace100a3ad51287cd2864eeb03ddebb381d44f.tar.gz jquery-bbace100a3ad51287cd2864eeb03ddebb381d44f.zip |
Build: Spaces vs tabs
* Use tabs instead of spaces in jscs config
* Always use spaces in package.json (really hope this is temporary)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f6907e84f..242ce9fcb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "keywords": [ "jquery", "javascript", - "browser", + "browser", "library" ], "bugs": { |