Skip to content

Commit

Permalink
Change package.json to 2.0.1 version and update engines field.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax committed Oct 19, 2016
1 parent 4d21f0d commit 5930d2c
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
@@ -1,6 +1,6 @@
{
"name": "supertest",
"version": "2.0.0",
"version": "2.0.1",
"description": "SuperAgent driven library for testing HTTP servers",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"should": "~11.1.1"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4.0.0"
},
"keywords": [
"superagent",
Expand Down

0 comments on commit 5930d2c

Please sign in to comment.