Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aperron committed Mar 16, 2021
1 parent f86671a commit 6ca79b1
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 4 deletions.
345 changes: 343 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-to-typescript",
"version": "2.0.5",
"version": "2.0.6",
"description": "Convert the strapi models to typescript interfaces.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/command-line-usage": "^5.0.1",
"@types/pluralize": "^0.0.29",
"@types/node": "^14.14.10",
"@types/pluralize": "^0.0.29",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
}
Expand Down

0 comments on commit 6ca79b1

Please sign in to comment.