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

Commit

Permalink
Merge pull request #39 from stroeer/fix/add-npm-ignore-for-dist-files
Browse files Browse the repository at this point in the history
add npmignore to distribute dist files in package
  • Loading branch information
evaschmuhl authored Apr 27, 2022
2 parents f07ac05 + 156cb7d commit a66b7ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*
!.gitignore
!.npmignore
2 changes: 2 additions & 0 deletions dist/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!/stroeerVideoplayer-endcard-plugin.esm.js
!/stroeerVideoplayer-endcard-plugin.min.css
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a66b7ae

Please sign in to comment.