Skip to content

Commit 8887e64

Browse files
authored
Merge branch 'main' into patch-1
2 parents c2691b0 + 01ad4c1 commit 8887e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gguf/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/gguf",
33
"packageManager": "[email protected]",
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"description": "a GGUF parser that works on remotely hosted files",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {
@@ -27,6 +27,7 @@
2727
},
2828
"source": "index.ts",
2929
"scripts": {
30+
"prepare": "pnpm run build",
3031
"lint": "eslint --quiet --fix --ext .cjs,.ts .",
3132
"lint:check": "eslint --ext .cjs,.ts .",
3233
"format": "prettier --write .",

0 commit comments

Comments
 (0)