Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarSD committed Feb 15, 2019
1 parent b71175d commit 3d60d8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/scripts/account/create_account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==="
Expand Down
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down

0 comments on commit 3d60d8b

Please sign in to comment.