Skip to content

Commit

Permalink
fix(monorepo): fix cross spawn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed May 15, 2018
1 parent 74fb759 commit 0fcc5b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"clean:all": "rimraf node_modules packages/*/node_modules",
"clean:all": "rimraf node_modules packages/*/node_modules packages/*/package-lock.json",
"bootstrap": "npm run clean:all && npm install && lerna bootstrap"
},
"lint-staged": {
Expand Down Expand Up @@ -95,6 +95,7 @@
},
"dependencies": {
"chalk": "^2.3.2",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.0.0",
"import-local": "^1.0.0",
"inquirer": "^5.1.0",
Expand Down

0 comments on commit 0fcc5b3

Please sign in to comment.