Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Sep 20, 2018
1 parent 4ca6986 commit 25f49c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-pool",
"version": "0.0.1",
"version": "0.0.2",
"description": "HTTP/HTTPS Agent pool that rotates keepalive agents for working with DNS based load balancing systems",
"main": "index.js",
"scripts": {
Expand All @@ -20,9 +20,12 @@
"engines": {
"node": ">6.0.0"
},
"files": [
"index.js",
"lib"
],
"dependencies": {
"agentkeepalive": "^3.5.1",
"debug": "^4.0.1"
"agentkeepalive": "^3.5.1"
},
"devDependencies": {
"codecov": "^3.1.0",
Expand Down
6 changes: 0 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,6 @@ debug@^3.1.0:
dependencies:
ms "^2.1.1"

debug@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.0.1.tgz#f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b"
dependencies:
ms "^2.1.1"

decamelize@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
Expand Down

0 comments on commit 25f49c9

Please sign in to comment.