Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 committed Mar 11, 2024
1 parent b62770a commit d909a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@initia/initia-registry-types",
"version": "0.0.1",
"version": "0.0.2",
"description": "The package provides TypeScript type definitions and Zod integration for initia-registry.",
"types": "./dist/types/index.d.ts",
"exports": {
".": "./dist/types/index.js",
"./zod": "./dist/zods/index.js"
},
"files": [
"dist/tyeps/*",
"dist/types/*",
"dist/zods/*"
],
"scripts": {
Expand Down

0 comments on commit d909a44

Please sign in to comment.