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",