Skip to content

Commit

Permalink
Fix npm package deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Feb 21, 2024
1 parent 29ff35a commit d8cbcf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cleanup:
/bin/find . -name *.tlog | xargs rm -rf
/bin/find . -name *.map | xargs rm -rf
package: cleanup
#npm install vsce -g
#npm install -g @vscode/vsce
haxe -cp src -lib vscode -lib vshaxe -D js-es=6 -js extension.js Extension
vsce package

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"node-addon-api": "1.7.2",
"node-gyp": "^8.4.1",
"source-map-support": "^0.5.21",
"vscode-debugadapter": "^1.51.0",
"vscode-debugprotocol": "^1.51.0"
"@vscode/debugadapter": "^1.51.0",
"@vscode/debugprotocol": "^1.51.0"
},
"devDependencies": {},
"scripts": {},
Expand Down

0 comments on commit d8cbcf7

Please sign in to comment.