Skip to content

Commit

Permalink
chore: remove obsolete cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Oct 14, 2017
1 parent bc3cd17 commit 2b61056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2b61056

Please sign in to comment.