Skip to content

Commit

Permalink
chore(monorepo): fix versions and use clean bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed May 18, 2018
1 parent 206749b commit 7de58ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "lerna run test",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
"appveyor:lint": "lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint",
"appveyor:lint": "npm run clean:all && npm install && lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint",
"appveyor:test": "lerna run test && npm run reportCoverage",
"travis:integration": "lerna run test && npm run reportCoverage",
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
Expand Down Expand Up @@ -94,11 +94,11 @@
}
},
"dependencies": {
"chalk": "^2.3.2",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.0.0",
"import-local": "^1.0.0",
"inquirer": "^5.1.0",
"inquirer": "^5.2.0",
"interpret": "^1.0.4",
"loader-utils": "^1.1.0",
"supports-color": "^5.3.0",
Expand Down Expand Up @@ -133,7 +133,7 @@
"schema-utils": "^0.4.5",
"semantic-release": "^15.1.8",
"webpack": "^4.2.0",
"webpack-dev-server": "^3.0.0",
"webpack-dev-server": "^3.1.4",
"travis-deploy-once": "^5.0.0"
},
"files": [
Expand Down

0 comments on commit 7de58ea

Please sign in to comment.