Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedavies-dev committed Mar 20, 2019
1 parent ffef637 commit a841313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 180 deletions.
178 changes: 2 additions & 176 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "simple-file-encrypt",
"version": "1.0.10",
"version": "1.0.11",
"description": "A simple command line tool for encrypting/decrypting a file",
"main": "bin/index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,6 @@
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"args": "^5.0.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"cryptr": "^4.0.2",
"fs-extra": "^7.0.1",
"yargs": "^13.2.2"
Expand Down

0 comments on commit a841313

Please sign in to comment.