Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jun 2, 2020
1 parent 376f9a6 commit 312e0c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.7.0",
"version": "2.7.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "type-coverage",
"version": "2.7.0",
"version": "2.7.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",
"type-coverage-core": "^2.7.0"
"type-coverage-core": "^2.7.1"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-coverage-core",
"version": "2.7.0",
"version": "2.7.1",
"description": "A library to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"minimatch": "3",
"ts-lib-utils": "^2.6.1",
"ts-lib-utils": "^2.7.1",
"tslib": "1 || 2",
"tsutils": "3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-utils",
"version": "2.6.1",
"version": "2.7.1",
"description": "Utils to develop library using typescript",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 312e0c6

Please sign in to comment.