Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgn committed Jul 21, 2020
1 parent efef88b commit 3d228dd
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 331 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

const process = require("process");
const { join, dirname } = require("path");
const { join } = require("path");
const { spawn } = require("child_process");
const { readFile } = require("fs");

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^7.5.0"
},
"eslintConfig": {
"parserOptions": {
Expand Down
Loading

0 comments on commit 3d228dd

Please sign in to comment.