Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #58 from Tathanen/master
Browse files Browse the repository at this point in the history
Update grunt-contrib-jshint
  • Loading branch information
dmaloneycalu committed Apr 13, 2016
2 parents b87ae09 + 2188277 commit 28bbe87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Changelog


#### 6.1.3 Update Grunt JSHint version

- Updated to support JSHint ~2.9.0, most notably the `esversion` property

#### 6.1.2 Move PostCSS to build

- Local files were not functionally equivalent to deployed code which made testing problematic
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dominatr-grunt",
"version": "6.1.2",
"version": "6.1.3",
"description": "Build all the things!",
"scripts": {
"test": ""
Expand Down Expand Up @@ -29,7 +29,7 @@
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
Expand Down

0 comments on commit 28bbe87

Please sign in to comment.