Skip to content

Commit

Permalink
šŸ› FIX: np now isn't blocked by husky. Bigger ava timeout. Fixed npm.eā€¦
Browse files Browse the repository at this point in the history
ā€¦ngines format
  • Loading branch information
numfin committed Apr 11, 2024
1 parent 6bb9175 commit 80aebbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:cjs": "rollup dist/index.js --file dist/index.cjs --format cjs",
"test": "ava",
"test:w": "ava -w",
"prepare": "husky install"
"postinstall": "husky install"
},
"keywords": [],
"author": "nextgen-samurai",
Expand All @@ -38,9 +38,10 @@
},
"nodeArguments": [
"--import=tsimp"
]
],
"timeout": "30s"
},
"engines": {
"node": "^20.5"
"node": ">=20.5"
}
}

0 comments on commit 80aebbe

Please sign in to comment.