Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 18, 2019
1 parent 1b9e10c commit 146b44e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.3.0",
"version": "2.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,13 +1,13 @@
{
"name": "type-coverage",
"version": "2.3.0",
"version": "2.3.1",
"description": "A CLI tool to check type coverage for typescript code",
"repository": "https://github.com/plantain-00/type-coverage.git",
"author": "york yao <yaoao12306@outlook.com>",
"license": "MIT",
"dependencies": {
"minimist": "1.2.0",
"type-coverage-core": "^2.3.0"
"type-coverage-core": "^2.3.1"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "type-coverage-core",
"version": "2.3.0",
"version": "2.3.1",
"description": "A library to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 146b44e

Please sign in to comment.