Skip to content

Commit 69591a5

Browse files
committed
fix(get-files): save version of each package.json
1 parent fdb9167 commit 69591a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/get-files.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ function formatPackageJson (content) {
184184
'engines',
185185
'maintainers',
186186
'author',
187-
'workspaces'
187+
'workspaces',
188+
'version'
188189
])
189190
})
190191

0 commit comments

Comments
 (0)