Skip to content

Commit

Permalink
fix #177 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Sep 5, 2017
1 parent f6f08c8 commit d3c3d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-jsdoc",
"description": "Integrates jsdoc3 generation into your Grunt build",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/krampstudio/grunt-jsdoc",
"author": {
"name": "Bertrand Chevrier",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"cross-spawn": "^3.0.1",
"jsdoc": "^3.4.0"
"jsdoc": "~3.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
Expand Down

0 comments on commit d3c3d27

Please sign in to comment.