Skip to content

Commit

Permalink
Rename build file to prevent unpkg problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Kozak committed Jan 11, 2021
1 parent 304bdf2 commit c588c50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "qr-code-styling",
"version": "1.3.2",
"version": "1.3.3",
"description": "Add a style and an image to your QR code",
"main": "lib/index.js",
"main": "lib/qr-code-styling.js",
"types": "lib/index.d.ts",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.common.js
Expand Up @@ -9,7 +9,7 @@ module.exports = {
entry: srcPath + "/index.ts",
output: {
path: libPath,
filename: "index.js",
filename: "qr-code-styling.js",
library: "QRCodeStyling",
libraryTarget: "umd",
libraryExport: "default"
Expand Down

0 comments on commit c588c50

Please sign in to comment.