Skip to content

Commit

Permalink
Revert "package.json: add missing fs-extra"
Browse files Browse the repository at this point in the history
This reverts commit 17dea63.

The dependency on fs-extra from goEnvironmentStatus.ts is removed.

Change-Id: I8db21a3b89be2b8a93a856475506f8fb07e908f8
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/240693
Reviewed-by: Rebecca Stambler <[email protected]>
  • Loading branch information
hyangah committed Jul 2, 2020
1 parent 2fc928c commit d06e933
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ typings/**/*
.vscode/**/*
tsconfig.json
.gitignore
node_modules/fs-extra
**/*.map
**/tslint.json
build/**/*
Expand Down
11 changes: 8 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"dependencies": {
"deep-equal": "^2.0.2",
"diff": "^4.0.2",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"json-rpc2": "^1.0.2",
"moment": "^2.24.0",
Expand All @@ -68,6 +67,7 @@
"@types/sinon": "^9.0.0",
"@types/vscode": "^1.41.0",
"adm-zip": "^0.4.14",
"fs-extra": "^9.0.0",
"mocha": "^7.1.1",
"prettier": "^2.0.4",
"sinon": "^9.0.2",
Expand Down

0 comments on commit d06e933

Please sign in to comment.