Skip to content

Commit

Permalink
generate new typescript types and reference from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Oct 16, 2022
1 parent 5f4da09 commit e9bee6f
Show file tree
Hide file tree
Showing 46 changed files with 861 additions and 473 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
*.log
dist/
.idea/
index.d.ts
index.d.ts
.obsidian
208 changes: 109 additions & 99 deletions Readme.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-to-yup",
"version": "1.11.15",
"version": "1.11.17",
"publishConfig": {
"access": "public"
},
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/kristianmandrup/schema-to-yup/issues",
"email": "kmandrup@gmail.com"
},
"typings": "schema-to-yup.d.ts",
"types": "types/index.d.ts",
"dependencies": {
"dashify": "^2.0.0",
"uniq": "^1.0.1",
Expand Down
371 changes: 0 additions & 371 deletions schema-to-yup.d.ts

This file was deleted.

Loading

0 comments on commit e9bee6f

Please sign in to comment.