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
+1 -1
View File
@@ -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",