Skip to content

Commit

Permalink
Add gitignored files to Github assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Apr 4, 2020
1 parent 2ccb5ed commit 6e0d02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
release: true,
releaseName: '${version}',
releaseNotes: null,
assets: ['index.js', 'index.d.ts'],
},
hooks: {
'after:bump': 'npm run banner',
Expand Down

0 comments on commit 6e0d02c

Please sign in to comment.