Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 066b986

Browse files
committedFeb 7, 2023
fix(npm)
ref npm/cli#6142 fixes #213 fixes #214 fixes #215
1 parent 2f7e0f3 commit 066b986

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎projects/npmjs.com/package.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ build:
1616
dependencies:
1717
crates.io/semverator: '*'
1818
script: |
19-
if semverator satisfies '^8' {{ version }}; then
19+
if semverator satisfies '^8,>=9.4.2' {{ version }}; then
2020
ARGS="--install-links"
2121
fi
2222
2323
node . install --global --prefix={{prefix}} $ARGS
2424
25-
test:
26-
npx -q tldr ls
25+
test: npx -q tldr ls

0 commit comments

Comments
 (0)
This repository has been archived.