Miscellaneous small improvements
* Bump version numbers * Introduce JSCS style validation * Address style failures
Showing
.jscsrc
0 → 100644
| ... | @@ -16,7 +16,8 @@ | ... | @@ -16,7 +16,8 @@ |
| "phantomjs": "^1.9.11", | "phantomjs": "^1.9.11", | ||
| "sinon": "^1.10.3", | "sinon": "^1.10.3", | ||
| "uglify-js": "2.3.6", | "uglify-js": "2.3.6", | ||
| "jshint": "2.8.0" | "jshint": "2.8.0", | ||
| "jscs": "2.6.0" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "test": "./node_modules/karma/bin/karma start --reporters spec,coverage" | "test": "./node_modules/karma/bin/karma start --reporters spec,coverage" | ||
| ... | ... |
Please
register
or
sign in
to comment