Skip to content

Commit

Permalink
fix(@embark/plugin-cmd): revise package.json in light of #1573, #1574,
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed May 3, 2019
1 parent 1e4e6e4 commit c30f742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/embark-plugin-cmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c30f742

Please sign in to comment.