Skip to content

Commit 9528f74

Browse files
committed
update bundled neo-express version for RC4
1 parent d37f7ea commit 9528f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
},
328328
"scripts": {
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/2.0.39-preview/Neo.Express.2.0.39-preview.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/2.0.50-preview/Neo.Express.2.0.50-preview.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",
@@ -379,4 +379,4 @@
379379
"wget-improved": "^3.2.1",
380380
"which": "^2.0.2"
381381
}
382-
}
382+
}

0 commit comments

Comments
 (0)