Skip to content

Commit

Permalink
fix(get-files): save version of each package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkoba committed Jul 15, 2019
1 parent fdb9167 commit 69591a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/get-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ function formatPackageJson (content) {
'engines',
'maintainers',
'author',
'workspaces'
'workspaces',
'version'
])
})

Expand Down

0 comments on commit 69591a5

Please sign in to comment.