From 5b2edb3998aaaf7ec68177cde816446f017df168 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 12 Sep 2019 15:57:05 +1000 Subject: [PATCH] Fix typo in path for build script --- libs/stellar-util/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/stellar-util/package.json b/libs/stellar-util/package.json index 8749495..dbf64c1 100644 --- a/libs/stellar-util/package.json +++ b/libs/stellar-util/package.json @@ -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", -- 2.41.0