Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Fix wrongly generated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jelleklaver committed Dec 9, 2020
1 parent 9c89009 commit 8a6f6ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/linkedin-insight.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-linkedin-insight",
"version": "0.1.1",
"version": "0.1.2",
"description": "Easily add LinkedIn Insight Tag to your application",
"author": "Jelle Klaver",
"bugs": {
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module.exports = {
output: {
path: path.join(__dirname, "dist"),
filename: "linkedin-insight.js",
library: "LinkedInTag",
libraryTarget: "umd",
globalObject: "typeof self !== 'undefined' ? self : this"
},
module: {
Expand Down

0 comments on commit 8a6f6ab

Please sign in to comment.