Skip to content

Commit

Permalink
updated to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
biw committed Oct 31, 2023
1 parent d5300a1 commit e2068af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gguf",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"author": "Ben Williams <[email protected]>",
"main": "dist/index.js",
Expand All @@ -17,7 +17,8 @@
"size": "size-limit",
"start": "dts watch",
"generate-zodValidators": "ts-to-zod src/metadataTypes.ts src/zodValidators.ts",
"test": "dts test"
"test": "dts test",
"publish": "yarn build && yarn npm publish"
},
"jest": {
"testEnvironment": "node"
Expand Down

0 comments on commit e2068af

Please sign in to comment.