We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0ef08 commit 803eaf3Copy full SHA for 803eaf3
1 file changed
package.json
@@ -327,7 +327,7 @@
327
},
328
"scripts": {
329
"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.1.38/Neo.Express.3.1.38.nupkg\" -O deps/nxp/nxp.nupkg",
+ "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.46/Neo.Express.3.1.46.nupkg\" -O deps/nxp/nxp.nupkg",
331
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
332
"compile": "npm run compile-ext && npm run compile-panel",
333
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",
0 commit comments