We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81d1a5 commit ccdef2dCopy full SHA for ccdef2d
examples/package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "ts-lib-scripts-example",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"private": true,
5
"dependencies": {
6
- "ts-lib-tools": "^0.5.0"
+ "ts-lib-tools": "^0.5.1"
7
},
8
"scripts": {
9
"start": "ts-lib-tools watch",
lerna.json
@@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
- "version": "0.5.0"
+ "version": "0.5.1"
}
packages/ts-lib-tools/package.json
@@ -1,6 +1,6 @@
"name": "ts-lib-tools",
"description": "ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
0 commit comments