Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix: browser runtime script
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed Nov 27, 2017
1 parent ecc5573 commit cd59302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const entries = {
rotator: `${src}/rotator.js`,
utils: `${src}/utils/index.js`,
'closed-banners-storage': `${src}/closed-banners-storage.js`,
'dispatch-close-event.js': `${src}/dispatch-close-event.js`
'dispatch-close-event': `${src}/dispatch-close-event.js`
};

Object.keys(entries).map(entry => {
Expand Down

0 comments on commit cd59302

Please sign in to comment.