File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 328
328
"scripts" : {
329
329
"vscode:prepublish" : " npm run compile" ,
330
330
"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" ,
332
332
"bundle-nxp-extract" : " cd deps/nxp && extract-zip nxp.nupkg" ,
333
333
"compile" : " npm run compile-ext && npm run compile-panel" ,
334
334
"compile-ext" : " webpack --config src/extension/webpack.config.js --mode development" ,
380
380
"wget-improved" : " ^3.2.1" ,
381
381
"which" : " ^2.0.2"
382
382
}
383
- }
383
+ }
You can’t perform that action at this time.
0 commit comments