Fix typo in path for build script

This commit is contained in:
Ian Coleman
2019-09-12 15:57:05 +10:00
parent eee4a60b35
commit 5b2edb3998

View File

@@ -2,7 +2,7 @@
"name": "stellar-util",
"version": "0.0.1",
"scripts": {
"build": "browserify stellar-util.js > s/tmp/stellar-util.js"
"build": "browserify stellar-util.js > /tmp/stellar-util.js"
},
"dependencies": {
"ed25519-hd-key": "^1.0.0",