Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Also added Gemnasium badge to keep track of dependencies easily.
  • Loading branch information
Gustavo Henke committed Aug 7, 2013
1 parent f72a77a commit 340fcc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-jscs-checker [![Build Status](https://travis-ci.org/gustavohenke/grunt-jscs-checker.png?branch=master)](https://travis-ci.org/gustavohenke/grunt-jscs-checker) [![NPM version](https://badge.fury.io/js/grunt-jscs-checker.png)](http://badge.fury.io/js/grunt-jscs-checker)
# grunt-jscs-checker [![Build Status](https://travis-ci.org/gustavohenke/grunt-jscs-checker.png?branch=master)](https://travis-ci.org/gustavohenke/grunt-jscs-checker) [![Dependency Status](https://gemnasium.com/gustavohenke/grunt-jscs-checker.png)](https://gemnasium.com/gustavohenke/grunt-jscs-checker) [![NPM version](https://badge.fury.io/js/grunt-jscs-checker.png)](http://badge.fury.io/js/grunt-jscs-checker)
> Task for checking JavaScript Code Style with [jscs](https://github.com/mdevils/node-jscs).
## Getting started
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-jscs-checker",
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"version": "0.1.4",
"version": "0.1.5",
"author": {
"name": "Gustavo Henke",
"url": "https://github.com/gustavohenke"
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/gustavohenke/grunt-jscs-checker/issues"
},
"dependencies": {
"jscs": "1.0.2"
"jscs": "1.0.3"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0"
Expand Down

0 comments on commit 340fcc3

Please sign in to comment.