Skip to content

Commit

Permalink
feat: update version between packages
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 28, 2018
1 parent 9d12020 commit a82cf87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"build": "lerna bootstrap",
"update-cli-in-e2e": "lerna add create-ts-lib packages/e2e",
"update-cli-in-e2e": "lerna add create-ts-lib --scope=e2e --dev --exact",
"test": "cd packages/e2e && npm test",
"publish": "lerna run publish-cli"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"create-ts-lib": "0.3.1"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a82cf87

Please sign in to comment.