Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liujinxing committed Aug 20, 2019
1 parent 78c7777 commit eb4582c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ts-lib-scripts-example",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"dependencies": {
"ts-lib-tools": "^0.4.1"
"ts-lib-tools": "^0.4.2"
},
"scripts": {
"start": "ts-lib-tools watch",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.4.1"
"version": "0.4.2"
}
2 changes: 1 addition & 1 deletion packages/ts-lib-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-tools",
"version": "0.4.1",
"version": "0.4.2",
"description": "ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand Down

0 comments on commit eb4582c

Please sign in to comment.