Skip to content

Commit

Permalink
fix: Exclude gulpfile from the distribution
Browse files Browse the repository at this point in the history
Fixes #24

Change-Id: I9dbfbc0821ee75d576f9e99745172b6a1cb50064
  • Loading branch information
joeyparrish committed Nov 12, 2021
1 parent 8d09fea commit 8ca1395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ function packageExtension() {
'README.md',
'icons/*',
'manifest.json',
'*.js',
'*.html',
'*.js',
'!gulpfile.js',
], {base: './'});

return sources
Expand Down

0 comments on commit 8ca1395

Please sign in to comment.