Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
righ committed Aug 6, 2024
1 parent 197e86b commit fde798d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covertable",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "A flexible pairwise tool written in TypeScript",
"homepage": "https://github.com/walkframe/covertable",
"repository": {
Expand Down Expand Up @@ -69,6 +69,8 @@
"typescript": "^3.9.3"
},
"dependencies": {
"js-md5": "^0.7.3"
"covertable": "^2.3.0-alpha.2",
"js-md5": "^0.7.3",
"ts-node": "^10.9.2"
}
}

0 comments on commit fde798d

Please sign in to comment.