Skip to content

Commit 489459d

Browse files
committed
fix: update version to 0.1.4 and add prepublish script in package.json
1 parent 6596008 commit 489459d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/file/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kanun-hq/plugin-file",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "File validation plugin for Kanun.",
55
"type": "module",
66
"publishConfig": {
@@ -29,7 +29,8 @@
2929
],
3030
"scripts": {
3131
"build": "tsdown",
32-
"lint": "eslint src --ext .ts"
32+
"lint": "eslint src --ext .ts",
33+
"prepublishOnly": "pnpm build"
3334
},
3435
"dependencies": {
3536
"image-size": "^2.0.2"

0 commit comments

Comments
 (0)