haraka-config
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -98,3 +98,2 @@ 'use strict'; | ||
if (args[i] === undefined) continue; | ||
var what_is_it = args[i]; | ||
switch (typeof args[i]) { // what is it? | ||
@@ -101,0 +100,0 @@ case 'function': |
@@ -227,3 +227,3 @@ 'use strict'; | ||
for (var i=0; i<files.length; i++) { | ||
var file = files[i]; | ||
var fileOuter = files[i]; | ||
/* BLOCK SCOPE */ | ||
@@ -243,3 +243,3 @@ (function (file) { | ||
}); | ||
})(file); // END BLOCK SCOPE | ||
})(fileOuter); // END BLOCK SCOPE | ||
} | ||
@@ -246,0 +246,0 @@ }, 60 * 1000); |
@@ -6,3 +6,3 @@ { | ||
"description": "Haraka's config file loader", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"homepage": "http://haraka.github.io", | ||
@@ -20,45 +20,8 @@ "repository": { | ||
}, | ||
"eslintConfig": { | ||
"env": { | ||
"node": true | ||
}, | ||
"rules": { | ||
"camelcase": [ | ||
0, | ||
{ | ||
"properties": "never" | ||
} | ||
], | ||
"dot-notation": 2, | ||
"indent": [ | ||
2, | ||
4, | ||
{ | ||
"SwitchCase": 1 | ||
} | ||
], | ||
"one-var": [ | ||
2, | ||
"never" | ||
], | ||
"no-trailing-spaces": [ | ||
2, | ||
{ | ||
"skipBlankLines": false | ||
} | ||
], | ||
"keyword-spacing": [ | ||
2, | ||
{ | ||
"overrides": {} | ||
} | ||
] | ||
} | ||
}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"eslint": ">=2", | ||
"eslint": "*", | ||
"grunt": "*", | ||
"grunt-eslint": "*", | ||
"nodeunit": "^0.9.1" | ||
"nodeunit": "*" | ||
}, | ||
@@ -65,0 +28,0 @@ "bugs": { |
@@ -27,3 +27,3 @@ 'use strict'; | ||
done(); | ||
}; | ||
} | ||
@@ -30,0 +30,0 @@ exports.config = { |
1648
70789