Skip to content

Commit ec7cad5

Browse files
committed
reduce engine to 16
1 parent c9c2550 commit ec7cad5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-hook-videojs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"main": "dist/react-hook-videojs.umd.js",
1010
"module": "dist/react-hook-videojs.es.js",
1111
"source": "src/index.tsx",
12+
"engineStrict": false,
1213
"engines": {
13-
"node": ">=18"
14+
"node": ">=16"
1415
},
1516
"scripts": {
1617
"clean": "rimraf dist .tmp",

0 commit comments

Comments
 (0)