Skip to content

Commit

Permalink
Update engines and packageManager fields in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Nov 25, 2023
1 parent 510d54a commit 0b1ee81
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
@@ -1,8 +1,8 @@
{
"name": "@mux/elements",
"engines": {
"node": "^14.17.0 || ^16.13.0 || ^18.12.0",
"npm": "^7.17.0 || ^8.1.0"
"node": "^14.0.0 || ^16.0.0 || ^18.0.0 || >20.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"version": "0.1.0",
"description": "Custom elements for working with media in the browser that Just Work™",
Expand Down Expand Up @@ -39,5 +39,6 @@
"version:update": "lerna version --exact --no-private --conventional-commits --conventional-prerelease=@mux/mux-active-viewer-count",
"create-release-notes": "lerna run create-release-notes --scope @mux/*",
"publish-release": "lerna run publish-release --scope @mux/* --"
}
},
"packageManager": "[email protected]+sha256.dbed5b7e10c552ba0e1a545c948d5473bc6c5a28ce22a8fd27e493e3e5eb6370"
}

0 comments on commit 0b1ee81

Please sign in to comment.