Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
fix(npm)
Browse files Browse the repository at this point in the history
ref npm/cli#6142

fixes #213
fixes #214
fixes #215
  • Loading branch information
jhheider committed Feb 7, 2023
1 parent 2f7e0f3 commit 55f39f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions projects/npmjs.com/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ build:
dependencies:
crates.io/semverator: '*'
script: |
if semverator satisfies '^8' {{ version }}; then
if semverator satisfies '^8,>=9.4.2' {{ version }}; then
ARGS="--install-links"
fi
node . install --global --prefix={{prefix}} $ARGS
test:
npx -q tldr ls
test: npx -q tldr ls

0 comments on commit 55f39f4

Please sign in to comment.