Skip to content

Commit

Permalink
fix: Re-add missing reporter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Mar 1, 2018
1 parent 1f8c6da commit f95b2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {
"chalk": "^2.3.1"
"chalk": "^2.3.1",
"grunt-html-html-reporter": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-html-html-reporter": "^2.0.0",
"grunt-standard": "^3.1.0",
"semantic-release": "^12.4.1",
"travis-deploy-once": "^4.3.4"
Expand Down

0 comments on commit f95b2ad

Please sign in to comment.