diff --git a/package.json b/package.json index ce09d52b..81760508 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,13 @@ "type": "git", "url": "https://github.com/embark-framework/embark.git" }, + "bin": { + "embark": "./bin/embark" + }, + "directories": { + "lib": "./lib" + }, + "main": "./lib/index.js", "scripts": { "lint": "eslint bin/embark lib/", "test": "npm-run-all lint test:*", @@ -28,13 +35,6 @@ "test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"", "prepack": "cd embark-ui && npm install && npm run build" }, - "bin": { - "embark": "./bin/embark" - }, - "main": "./lib/index.js", - "directories": { - "lib": "./lib" - }, "dependencies": { "@babel/core": "7.1.2", "@babel/plugin-proposal-class-properties": "7.1.0",