Skip to content

Commit

Permalink
remove old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Nykiel committed Sep 10, 2020
1 parent d06420f commit 8e9b19a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const path = require('path');
const stylish = require('eslint/lib/cli-engine/formatters/stylish');
const got = require('got');
const http = require('http');

const { BITBUCKET_WORKSPACE, BITBUCKET_REPO_SLUG, BITBUCKET_COMMIT, BITBUCKET_API_AUTH } = process.env;

Expand Down
21 changes: 0 additions & 21 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"eslint": "7.x"
},
"dependencies": {
"global-tunnel": "^1.2.0",
"got": "^11.6.1"
}
}

0 comments on commit 8e9b19a

Please sign in to comment.