From 2b610569a3aab40d1a05919981b2ac43cffccc73 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sat, 14 Oct 2017 21:28:44 +0200 Subject: [PATCH] chore: remove obsolete cross-env --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a6eddf9539..a12507bfc9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "publish": "npx lerna publish --conventional-commits", "reinstall": "npm run clean && npm install", "start": "npx lerna run start --stream --parallel --include-filtered-dependencies", - "test": "npx cross-env npx lerna run test --stream --parallel --include-filtered-dependencies" + "test": "npx lerna run test --stream --parallel --include-filtered-dependencies" }, "lint-staged": { "*.js": [ @@ -69,7 +69,6 @@ "@marionebl/sander": "^0.6.1" }, "devDependencies": { - "cross-env": "^5.0.5", "docsify-cli": "^4.1.8", "eslint": "^4.8.0", "eslint-config-prettier": "^2.3.0",