Skip to content

Commit

Permalink
Update nuget-deps-tree to 0.2.2 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Aug 15, 2021
1 parent 549ea46 commit 0661b5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 74 deletions.
82 changes: 11 additions & 71 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 @@ -240,7 +240,7 @@
"fs-extra": "~10.0.0",
"jfrog-client-js": "^2.1.0",
"keytar": "~7.7.0",
"nuget-deps-tree": "^0.2.1",
"nuget-deps-tree": "^0.2.2",
"original-fs": "^1.1.0",
"p-queue": "^6.6.2",
"semver": "~7.3.5",
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const config = {
},
devtool: 'source-map',
externals: {
vscode: 'commonjs vscode',
'nuget-deps-tree': 'nuget-deps-tree'
vscode: 'commonjs vscode'
},
resolve: {
extensions: ['.ts', '.js']
Expand Down

0 comments on commit 0661b5f

Please sign in to comment.