]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Compile stellar-util to /tmp
authorIan Coleman <ian@iancoleman.io>
Thu, 12 Sep 2019 03:37:22 +0000 (13:37 +1000)
committerIan Coleman <ian@iancoleman.io>
Thu, 12 Sep 2019 03:37:22 +0000 (13:37 +1000)
libs/stellar-util/package.json
libs/stellar-util/readme.md

index c3d880de4e534c2234d818a4bfba43febe9215e4..8749495a4541db73efd2e6dc43a291645cfaf476 100644 (file)
@@ -2,7 +2,7 @@
   "name": "stellar-util",
   "version": "0.0.1",
   "scripts": {
-    "build": "browserify stellar-util.js > ../../src/js/stellar-util.js"
+    "build": "browserify stellar-util.js > s/tmp/stellar-util.js"
   },
   "dependencies": {
     "ed25519-hd-key": "^1.0.0",
index d8164555335ed6fdeecfec0f95525abfc1e0bf47..bc491e3ff9d767983a0708fe8ed79981af9df0c8 100644 (file)
@@ -1,5 +1,4 @@
-Build (will create a bundle and copy it to ../../src/stellar-util.js):
+Build (will create a bundle and copy it to /tmp/stellar-util.js):
 
     npm install
     npm run build
-