Skip to content

Commit

Permalink
src/flv.js: Adapt version tagging by webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
xqq committed Jul 17, 2021
1 parent a41efd7 commit 32067ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flv.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Object.defineProperty(flvjs, 'version', {
enumerable: true,
get: function () {
// replaced by browserify-versionify transform
return '__VERSION__';
return __VERSION__;
}
});

Expand Down

0 comments on commit 32067ab

Please sign in to comment.