Skip to content

Commit

Permalink
Fix to package.json file path in sdk-impl.js
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 453200207
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Jun 6, 2022
1 parent 4eab3cf commit 7829eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-side/sdk-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* https://www.github.com/googleads/videojs-ima
*/

import pkg from '../package.json';
import pkg from '../../package.json';

/**
* Implementation of the IMA SDK for the plugin.
Expand Down

0 comments on commit 7829eb7

Please sign in to comment.