From 3d60d8b42b18c36b33858e99b6e499b834047397 Mon Sep 17 00:00:00 2001 From: Dimitar Dzhurenov Date: Fri, 15 Feb 2019 02:30:38 +0200 Subject: [PATCH] small fixes --- core/scripts/account/create_account.sh | 2 +- package.json | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/core/scripts/account/create_account.sh b/core/scripts/account/create_account.sh index 03c6df2..5f2e883 100644 --- a/core/scripts/account/create_account.sh +++ b/core/scripts/account/create_account.sh @@ -33,7 +33,7 @@ if [ "$IS_DARWIN" = true ] && [ $IS_SILENT != "yes" ] ; then echo "${GREEN}=== EOSIO OUTPUT ===${NO_COLOR}" fi -if [ "$IS_DARWIN" = false ] && [ $IS_SILENT != "yes"] ; then +if [ "$IS_DARWIN" = false ] && [ $IS_SILENT != "yes" ] ; then echo "" echo "Creating deployer account: ${DEFAULT_ACCOUNT_NAME}" echo "=== EOSIO OUTPUT ===" diff --git a/package.json b/package.json index 2b16550..6dfafb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "infeos", - "version": "0.1.0", + "version": "0.1.31", "description": "infeos is an EOSIO development, building, testing, and deployment framework based and using javascript, npm, eosjs and the EOSIO protocol", "main": "index.js", "scripts": { @@ -12,7 +12,17 @@ }, "author": "https://infinitexlabs.com", "license": "ISC", - "keywords": ["eosio", "eos", "telos", "worbli", "bos", "blockchain", "infeos", "infinite x labs", "eos bulgaria"], + "keywords": [ + "eosio", + "eos", + "telos", + "worbli", + "bos", + "blockchain", + "infeos", + "infinite x labs", + "eos bulgaria" + ], "devDependencies": { "should": "^13.2.3" },