aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-23 01:29:34 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-23 01:33:39 +0100
commit8c5a794cc86270f89ab789c4d717c3e755f00b82 (patch)
treee520737c536f663e96f3b8065831988ebc33899f /configure
parent899c0027f9c85bde1d807e777b38ebeaddec8f8a (diff)
downloadwallet-core-8c5a794cc86270f89ab789c4d717c3e755f00b82.tar.xz
update configure/makefilev0.2.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 76ab94a7a..bae3b1b9a 100755
--- a/configure
+++ b/configure
@@ -16,8 +16,8 @@ if ! node -p 'process.exit(!(/v([0-9]+)/.exec(process.version)[1] >= 4))'; then
exit 1
fi
-if ! npm --version >/dev/null; then
- echo 'Node Package Manager (npm) missing'
+if ! yarn --version >/dev/null; then
+ echo 'yarn missing'
exit 1
fi