From c30f742c3853653840ed33e7b40e06f63a6ba6e7 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 3 May 2019 14:57:54 -0500 Subject: [PATCH] fix(@embark/plugin-cmd): revise package.json in light of #1573, #1574, #1575, #1576 --- packages/embark-plugin-cmd/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/embark-plugin-cmd/package.json b/packages/embark-plugin-cmd/package.json index 015f57409..167a0f8ba 100644 --- a/packages/embark-plugin-cmd/package.json +++ b/packages/embark-plugin-cmd/package.json @@ -17,12 +17,12 @@ ], "main": "./dist/index.js", "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", "clean": "npm run reset", "lint": "npm-run-all lint:*", "lint:js": "eslint src/", - "lint:ts": "tslint -c tslint.json \"src/**/*.ts\"", + "// lint:ts": "tslint -c tslint.json \"src/**/*.ts\"", "package": "npm pack", "// qa": "npm-run-all lint typecheck build package", "qa": "npm-run-all lint build package", @@ -47,8 +47,8 @@ "eslint": "5.7.0", "npm-run-all": "4.1.5", "rimraf": "2.6.3", - "tslint": "5.11.0", - "typescript": "3.3.1" + "tslint": "5.16.0", + "typescript": "3.4.5" }, "engines": { "node": ">=8.12.0",