Skip to content

Commit

Permalink
chore: skip require in vjsverify
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no longer able to be required in nodejs.
  • Loading branch information
gkatsev committed Jun 25, 2021
1 parent a9d76fc commit 10488f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md",
"watch": "npm-run-all -p watch:*",
"watch:js": "npm run build:js -- -w",
"prepublishOnly": "npm run build && vjsverify"
"prepublishOnly": "npm run build && vjsverify --skip-require"
},
"keywords": [
"MPEG-DASH",
Expand Down

0 comments on commit 10488f6

Please sign in to comment.