Skip to content

Commit

Permalink
Bumped v3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 7, 2019
1 parent 5d8a913 commit 2d9fec0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "light-my-request",
"version": "3.1.0",
"version": "3.2.0",
"description": "Fake HTTP injection library",
"main": "index.js",
"dependencies": {
"ajv": "^6.0.0",
"readable-stream": "^3.0.0"
"ajv": "^6.8.1",
"readable-stream": "^3.1.1"
},
"devDependencies": {
"form-data": "^2.3.2",
"form-data": "^2.3.3",
"pre-commit": "^1.2.2",
"standard": "^12.0.0",
"tap": "^12.0.0"
"tap": "^12.5.1"
},
"scripts": {
"test": "npm run lint && npm run unit",
Expand Down

0 comments on commit 2d9fec0

Please sign in to comment.