From fde5229548b73a01eda8dc3958c808b902523018 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 24 Oct 2018 13:50:25 -0500 Subject: [PATCH] keywords alpha order --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2db160e2b..ce09d52bd 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,13 @@ "description": "Embark is a framework that allows you to easily develop and deploy DApps", "homepage": "https://embark.status.im/", "keywords": [ - "ethereum", - "dapps", - "ipfs", - "solidity", - "solc", "blockchain", - "serverless" + "dapps", + "ethereum", + "ipfs", + "serverless", + "solc", + "solidity" ], "license": "MIT", "repository": {