coffeelint-alphabetize-keys
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,6 @@ | ||
### 1.4.2 (2015-10-03) | ||
* fix documentation | ||
--- | ||
### 1.4.1 (2015-09-28) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "coffeelint-alphabetize-keys", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Coffeelint rule that verifies object keys are in alphabetical order", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -20,3 +20,3 @@ # coffeelint-alphabetize-keys | ||
"alphabetize_keys": { | ||
"module": "coffeelint-alphabetize-keys", | ||
"module": "coffeelint-alphabetize-keys" | ||
} | ||
@@ -23,0 +23,0 @@ ``` |
8979