Skip to content

Commit

Permalink
chore(release): 7.1.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 29, 2023
1 parent 1846eac commit 5c7ae09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poppinss/hooks",
"version": "7.1.1-3",
"version": "7.1.1-4",
"description": "A no brainer hooks module for execute before/after lifecycle hooks",
"main": "build/index.js",
"type": "module",
Expand All @@ -20,7 +20,7 @@
"pretest": "npm run lint",
"test": "c8 npm run quick:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile",
"release": "np",
Expand Down

0 comments on commit 5c7ae09

Please sign in to comment.