Skip to content

Commit

Permalink
Switch to vscode-chokidar (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored and shanalikhan committed Apr 8, 2019
1 parent 5c06a21 commit c1e265c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chokidar": "^2.1.3",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.0",
Expand All @@ -171,10 +170,10 @@
},
"dependencies": {
"@octokit/rest": "^16.16.4",
"chokidar": "^2.1.5",
"fs-extra": "^7.0.1",
"https-proxy-agent": "^2.2.1",
"lockfile": "^1.0.4",
"temp": "^0.9.0"
"temp": "^0.9.0",
"vscode-chokidar": "^1.6.5"
}
}
2 changes: 1 addition & 1 deletion src/service/autoUploadService.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { watch } from "chokidar";
import * as vscode from "vscode";
import { watch } from "vscode-chokidar";
import Commons from "../commons";
import { Environment } from "../environmentPath";
import localize from "../localize";
Expand Down

0 comments on commit c1e265c

Please sign in to comment.