bin, directories, main -- grouped/ordered before scripts
This commit is contained in:
parent
fde5229548
commit
31abf90694
14
package.json
14
package.json
|
@ -19,6 +19,13 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/embark-framework/embark.git"
|
"url": "https://github.com/embark-framework/embark.git"
|
||||||
},
|
},
|
||||||
|
"bin": {
|
||||||
|
"embark": "./bin/embark"
|
||||||
|
},
|
||||||
|
"directories": {
|
||||||
|
"lib": "./lib"
|
||||||
|
},
|
||||||
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint bin/embark lib/",
|
"lint": "eslint bin/embark lib/",
|
||||||
"test": "npm-run-all lint test:*",
|
"test": "npm-run-all lint test:*",
|
||||||
|
@ -28,13 +35,6 @@
|
||||||
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
|
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
|
||||||
"prepack": "cd embark-ui && npm install && npm run build"
|
"prepack": "cd embark-ui && npm install && npm run build"
|
||||||
},
|
},
|
||||||
"bin": {
|
|
||||||
"embark": "./bin/embark"
|
|
||||||
},
|
|
||||||
"main": "./lib/index.js",
|
|
||||||
"directories": {
|
|
||||||
"lib": "./lib"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.1.2",
|
"@babel/core": "7.1.2",
|
||||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||||
|
|
Loading…
Reference in New Issue