bin, directories, main -- grouped/ordered before scripts

This commit is contained in:
Michael Bradley, Jr 2018-10-24 13:55:39 -05:00
parent fde5229548
commit 31abf90694
1 changed files with 7 additions and 7 deletions

View File

@ -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",