Skip to content

Commit 385e45d

Browse files
committed
fix neoxp version
1 parent 9efe4c8 commit 385e45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"scripts": {
328328
"vscode:prepublish": "npm run compile-prod && npm run bundle-nxp",
329329
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
330-
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.5.19/Neo.Express.3.5.19.nupkg\" -O deps/nxp/nxp.nupkg",
330+
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.5.20/Neo.Express.3.5.20.nupkg\" -O deps/nxp/nxp.nupkg",
331331
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
332332
"compile": "npm run compile-ext && npm run compile-panel",
333333
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",

0 commit comments

Comments
 (0)