mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 21:30:41 +00:00
Fix typo in path for build script
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "stellar-util",
|
"name": "stellar-util",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "browserify stellar-util.js > s/tmp/stellar-util.js"
|
"build": "browserify stellar-util.js > /tmp/stellar-util.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ed25519-hd-key": "^1.0.0",
|
"ed25519-hd-key": "^1.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user