diff --git a/dist/.gitignore b/dist/.gitignore index d6b7ef3..2f41fac 100644 --- a/dist/.gitignore +++ b/dist/.gitignore @@ -1,2 +1,3 @@ * !.gitignore +!.npmignore diff --git a/dist/.npmignore b/dist/.npmignore new file mode 100644 index 0000000..d12bdbf --- /dev/null +++ b/dist/.npmignore @@ -0,0 +1,2 @@ +!/stroeerVideoplayer-endcard-plugin.esm.js +!/stroeerVideoplayer-endcard-plugin.min.css diff --git a/package.json b/package.json index 95803c2..b6b68d8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.3", "name": "@stroeer/stroeer-videoplayer-plugin-endcard", "description": "Ströer Videoplayer Endcard Plugin", "main": "dist/stroeerVideoplayer-endcard-plugin.umd.js",