Skip to content

Commit 42f8a55

Browse files
committed
chore(deps): outdated and moving from restify to only the clients.
* This should reduce package sizes
1 parent 346e68f commit 42f8a55

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"use strict";
2-
var restify = require('restify');
2+
var restify = require('restify-clients');
33
const querystring = require('querystring');
44

55
const url = 'https://api.etherscan.io/api';

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
},
3737
"homepage": "https://github.com/sebs/etherscan-api#readme",
3838
"devDependencies": {
39-
"browserify": "^14.4.0",
4039
"chai": "^4.0.2",
4140
"changelog": "^1.3.0",
4241
"gh-pages": "^1.0.0",
@@ -47,12 +46,12 @@
4746
"watch": "^1.0.2"
4847
},
4948
"dependencies": {
50-
"browserify": "^13.3.0",
49+
"browserify": "^14.4.0",
5150
"jsdoc": "^3.4.3",
5251
"jshint": "^2.9.4",
5352
"mocha": "^3.2.0",
54-
"restify": "^4.3.1",
55-
"snyk": "^1.35.0"
53+
"restify-clients": "^1.5.0",
54+
"snyk": "^1.36.2"
5655
},
5756
"snyk": true
5857
}

0 commit comments

Comments
 (0)