Skip to content

Commit f95b2ad

Browse files
committed
fix: Re-add missing reporter dependency
1 parent 1f8c6da commit f95b2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"travis-deploy-once": "travis-deploy-once"
3232
},
3333
"dependencies": {
34-
"chalk": "^2.3.1"
34+
"chalk": "^2.3.1",
35+
"grunt-html-html-reporter": "^2.0.0"
3536
},
3637
"devDependencies": {
3738
"grunt": "^1.0.2",
3839
"grunt-contrib-clean": "^1.1.0",
3940
"grunt-contrib-nodeunit": "^1.0.0",
40-
"grunt-html-html-reporter": "^2.0.0",
4141
"grunt-standard": "^3.1.0",
4242
"semantic-release": "^12.4.1",
4343
"travis-deploy-once": "^4.3.4"

0 commit comments

Comments
 (0)