Skip to content

Commit

Permalink
Improvements in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Pietka committed Jul 28, 2014
1 parent ac9235c commit eed17f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ grunt.registerTask('default', ['jshint']);

## Release History

* 0.1.3 Improvements in package.json
* 0.1.2 Improvements in package.json and template
* 0.1.1 Fixes for path of template files
* 0.1.0 Initial release
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "jshint-html-reporter",
"version": "0.1.2",
"version": "0.1.3",
"description": "Simple generator of HTML report for JSHint results.",
"files": [
"index.js",
"reporter.js",
"templates/boostrap/header.html",
"templates/boostrap/item.html",
"templates/boostrap/template.html"
"templates/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit eed17f0

Please sign in to comment.