Skip to content

Commit

Permalink
Release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 23, 2023
1 parent 18fcf20 commit 2da8c3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publint",
"version": "0.1.8",
"version": "0.1.9",
"description": "Lint packaging errors",
"type": "module",
"author": "Bjorn Lu",
Expand All @@ -26,7 +26,8 @@
},
"scripts": {
"cli": "node ./lib/cli.js",
"test": "uvu tests -i fixtures"
"test": "uvu tests -i fixtures",
"prepublishOnly": "pnpm cli"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 2da8c3f

Please sign in to comment.