Skip to content

Commit

Permalink
Merge pull request #11 from EverlastingBugstopper/avery/remove-dep
Browse files Browse the repository at this point in the history
remove envPaths dependency
  • Loading branch information
EverlastingBugstopper authored Mar 20, 2020
2 parents 097d800 + 39195a8 commit c07231d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binary-install",
"version": "0.0.1",
"version": "0.1.0",
"description": "Install binary applications via npm",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,6 @@
},
"dependencies": {
"axios": "^0.19.2",
"env-paths": "^2.2.0",
"mkdirp": "^0.5.3",
"rimraf": "^3.0.2",
"tar": "^5.0.5",
Expand Down
1 change: 0 additions & 1 deletion src/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { homedir } = require("os");
const { join } = require("path");
const { spawnSync } = require("child_process");
const { URL } = require("universal-url");
const envPaths = require("env-paths");
const mkdirp = require("mkdirp");

const axios = require("axios");
Expand Down

0 comments on commit c07231d

Please sign in to comment.