Skip to content

Commit

Permalink
Remove jshint-stylish
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Jan 2, 2014
1 parent e6a1f32 commit bee817f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ module.exports = function(grunt) {
},

jshint: {
options: {
reporter: require('jshint-stylish')
},
gruntfile: ['Gruntfile.js'],
assets: ['assets/js/**/*.js']
},
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-snippets",
"title": "Code Snippets",
"description": "An easy, clean and simple way to add code snippets to a WordPress-powered site.",
"version": "1.8.1",
"version": "1.9.1",
"homepage": "http://code-snippets.bungeshea.com",
"author": {
"name": "Shea Bunge",
Expand All @@ -27,8 +27,7 @@
"grunt-includes": "~0.3.5",
"load-grunt-tasks": "~0.2.1",
"grunt-sass": "~0.9.0",
"grunt-wp-deploy": "~0.2.0",
"jshint-stylish": "~0.1.4"
"grunt-wp-deploy": "~0.2.0"
},
"keywords": []
"keywords": ["wordpress-plugin"]
}

0 comments on commit bee817f

Please sign in to comment.