From 72cfd4f7faabe4d9618278c9805c63373fbb9286 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 22 May 2015 23:01:24 +0200 Subject: [PATCH] minor tweaks --- .editorconfig | 2 +- .jshintrc | 1 - package.json | 5 +++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 86c8f59..8f9d77e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[package.json] +[{package.json,*.yml}] indent_style = space indent_size = 2 diff --git a/.jshintrc b/.jshintrc index 804f8af..9fe1be2 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,7 +2,6 @@ "node": true, "esnext": true, "bitwise": true, - "camelcase": true, "curly": true, "immed": true, "newcap": true, diff --git a/package.json b/package.json index 818e820..0ecf915 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,13 @@ "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", - "url": "http://sindresorhus.com" + "url": "sindresorhus.com" }, "maintainers": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", - "url": "http://justinhileman.info" + "url": "justinhileman.info" } ], "engines": { @@ -28,6 +28,7 @@ "keywords": [ "gulpplugin", "rev", + "revving", "revision", "hash", "optimize",