Skip to content

Commit 3d4e5f2

Browse files
chore(package.json): fix update script
1 parent eb25989 commit 3d4e5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm --profile node16",
9999
"typecheck": "tsc",
100100
"knip": "knip",
101-
"update": "bunx npm-check-updates -ui"
101+
"update": "bunx npm-check-updates -ui --reject bun"
102102
}
103103
}

0 commit comments

Comments
 (0)