Skip to content

Commit

Permalink
Locking down request version number
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wright committed Sep 17, 2016
1 parent 25c429d commit add952b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Requires **Node.js 4 and above**
## Installing

```
sudo npm i -g valimate
sudo npm i -g valimate@2.0.2
```


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": "valimate",
"version": "2.0.1",
"version": "2.0.2",
"description": "Automated HTML validation for Node.js applications",
"repository": "https://github.com/jamesseanwright/valimate",
"bin": {
Expand All @@ -26,6 +26,6 @@
"valimate-notifier": "1.0.2"
},
"dependencies": {
"request": "^2.74.0"
"request": "2.74.0"
}
}

0 comments on commit add952b

Please sign in to comment.