fix(@embark/plugin-cmd): revise package.json in light of #1573, #1574, #1575, #1576

This commit is contained in:
Michael Bradley, Jr 2019-05-03 14:57:54 -05:00 committed by Michael Bradley
parent 1e4e6e4758
commit c30f742c38

View File

@ -17,12 +17,12 @@
], ],
"main": "./dist/index.js", "main": "./dist/index.js",
"scripts": { "scripts": {
"build": "cross-env BABEL_ENV=node babel src --extensions \".js,.ts\" --out-dir dist --root-mode upward --source-maps", "build": "cross-env BABEL_ENV=node babel src --extensions \".js\" --out-dir dist --root-mode upward --source-maps",
"ci": "npm run qa", "ci": "npm run qa",
"clean": "npm run reset", "clean": "npm run reset",
"lint": "npm-run-all lint:*", "lint": "npm-run-all lint:*",
"lint:js": "eslint src/", "lint:js": "eslint src/",
"lint:ts": "tslint -c tslint.json \"src/**/*.ts\"", "// lint:ts": "tslint -c tslint.json \"src/**/*.ts\"",
"package": "npm pack", "package": "npm pack",
"// qa": "npm-run-all lint typecheck build package", "// qa": "npm-run-all lint typecheck build package",
"qa": "npm-run-all lint build package", "qa": "npm-run-all lint build package",
@ -47,8 +47,8 @@
"eslint": "5.7.0", "eslint": "5.7.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"rimraf": "2.6.3", "rimraf": "2.6.3",
"tslint": "5.11.0", "tslint": "5.16.0",
"typescript": "3.3.1" "typescript": "3.4.5"
}, },
"engines": { "engines": {
"node": ">=8.12.0", "node": ">=8.12.0",