Skip to content

Commit

Permalink
1.0.6: Readd request@2.x as dependency so we are compatible with npm …
Browse files Browse the repository at this point in the history
…< 3.
  • Loading branch information
kozmic committed Dec 13, 2016
1 parent b668e3a commit 77f4645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Done, without errors.


## Release History
* 2016-12-13   1.0.6 Added `request@2.x` as a dependency so we are compatible with npm@2.x.
* 2016-11-29   1.0.5 Removed dependency `request` in package.json. Moved repository from `bekk` to `RetireJS`.
* 2016-09-02   1.0.3 Compatible again with Node 0.10.x. v1.0.2 broke compatibility because of `find()`.
* 2016-08-29   1.0.2 Uses retire 1.2.x, which supports ignoring specific vulnerabilities through `.retireignore.json`.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-retire",
"description": "Grunt plugin for retire.",
"version": "1.0.5",
"version": "1.0.6",
"homepage": "https://github.com/RetireJS/grunt-retire",
"author": {
"name": "Ståle Pettersen",
Expand All @@ -23,7 +23,8 @@
},
"dependencies": {
"retire": "~1.2.x",
"async": "~1.5.x"
"async": "~1.5.x",
"request": "~2.x.x"
},
"devDependencies": {
"grunt": "~1.0.x",
Expand Down

0 comments on commit 77f4645

Please sign in to comment.