Skip to content

Commit a82cf87

Browse files
committed
feat: update version between packages
1 parent 9d12020 commit a82cf87

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.ts",
66
"scripts": {
77
"build": "lerna bootstrap",
8-
"update-cli-in-e2e": "lerna add create-ts-lib packages/e2e",
8+
"update-cli-in-e2e": "lerna add create-ts-lib --scope=e2e --dev --exact",
99
"test": "cd packages/e2e && npm test",
1010
"publish": "lerna run publish-cli"
1111
},

packages/e2e/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
},
1515
"keywords": [],
1616
"author": "",
17-
"license": "ISC"
17+
"license": "ISC",
18+
"devDependencies": {
19+
"create-ts-lib": "0.3.1"
20+
}
1821
}

packages/templates/typescript_universal-webpack-karma_jasmine/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)