Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

fix(cli): Don't set appVersion to empty string #30

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

bengourley
Copy link
Contributor

The read-pkg-up module normalises the data in package.json, which means that if version is missing
it gets set to "" (empty string). This causes issues with source maps not matching notifier app
versions, because a missing appVersion != "".

The read-pkg-up module normalises the data in package.json, which means that if version is missing
it gets set to "" (empty string). This causes issues with source maps not matching notifier app
versions, because a missing appVersion != "".
@bengourley bengourley requested a review from Cawllec December 14, 2018 11:31
Copy link
Contributor

@Cawllec Cawllec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bengourley bengourley merged commit 254c63e into master Dec 14, 2018
@bengourley bengourley deleted the app-version-empty-string branch December 14, 2018 11:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants