Skip to content

Commit

Permalink
fix(build): Do not ignore dist in .npmignore
Browse files Browse the repository at this point in the history
(It is automatically ignored because it is in .gitignore)
  • Loading branch information
klinki committed Mar 24, 2018
1 parent 99b9f14 commit a1741a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ jspm_packages
bower_components
.idea
.vscode
!dist

0 comments on commit a1741a4

Please sign in to comment.