Skip to content

Commit

Permalink
Merge branch 'release/v1.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Sep 8, 2022
2 parents 2fa5ca1 + b0d62e9 commit 7fc5c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metrics-widget",
"version": "1.8.1",
"version": "1.8.2",
"description": "Display book usage metrics",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
entry: './lib/index.js',
output: {
path: path.resolve('dist'),
publicPath: '',
publicPath: '/',
filename: 'index.js',
libraryTarget: 'umd',
globalObject: 'this'
Expand Down

0 comments on commit 7fc5c12

Please sign in to comment.