Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Corecii committed Nov 11, 2019
1 parent 152b5b7 commit 78b2bc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 48 deletions.
46 changes: 3 additions & 43 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
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@
"vscode-test": "^1.2.0"
},
"dependencies": {
"@types/fs-extra": "^8.0.1",
"ansi-regex": "^5.0.0",
"delay": "^4.3.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0"
"express": "^4.17.1"
}
}
1 change: 0 additions & 1 deletion src/rojoWatcher.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as vscode from 'vscode';
import * as fs from 'fs-extra';
import * as path from 'path';

import * as fileWatcher from './fileWatcher';
Expand Down

0 comments on commit 78b2bc2

Please sign in to comment.