Skip to content

Commit 421ca2d

Browse files
committed
update neo express ver
1 parent 8acf4f5 commit 421ca2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"scripts": {
329329
"vscode:prepublish": "npm run compile",
330330
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
331-
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.1.38/Neo.Express.3.1.38.nupkg\" -O deps/nxp/nxp.nupkg",
331+
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/3.3.21/Neo.Express.3.3.21.nupkg\" -O deps/nxp/nxp.nupkg",
332332
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
333333
"compile": "npm run compile-ext && npm run compile-panel",
334334
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",
@@ -380,4 +380,4 @@
380380
"wget-improved": "^3.2.1",
381381
"which": "^2.0.2"
382382
}
383-
}
383+
}

0 commit comments

Comments
 (0)