Skip to content

Commit

Permalink
Merge pull request #3155 from continuedev/tomasz/fix-package-lock
Browse files Browse the repository at this point in the history
Update core package-lock.json
  • Loading branch information
tomasz-stefaniak authored Dec 2, 2024
2 parents 6852318 + 2aedca4 commit 4a8284f
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 3 deletions.
336 changes: 336 additions & 0 deletions core/package-lock.json

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

4 changes: 2 additions & 2 deletions extensions/vscode/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 extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "continue",
"icon": "media/icon.png",
"author": "Continue Dev, Inc",
"version": "0.9.240",
"version": "0.9.242",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"
Expand Down
2 changes: 2 additions & 0 deletions scripts/uninstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const directories = [
"./binary/bin",
"./binary/dist",
"./binary/out",
// root
"./node_modules",
];

directories.forEach((dir) => {
Expand Down

0 comments on commit 4a8284f

Please sign in to comment.