Skip to content

Commit

Permalink
chore: match package-lock.json to package.json's version
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuraj committed Mar 14, 2019
1 parent 7cf37e1 commit 177b0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = {
{
'assets': [
'docs/_includes/changelog.md',
'package.json'
'package.json',
'package-lock.json'
]
}
]
Expand Down

0 comments on commit 177b0d9

Please sign in to comment.