Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depedency missing #47

Merged
merged 3 commits into from
Dec 6, 2018
Merged

depedency missing #47

merged 3 commits into from
Dec 6, 2018

Conversation

oserban
Copy link
Member

@oserban oserban commented Dec 6, 2018

Fixes the build requested on the install repo

@@ -22,6 +22,7 @@
"express-ws": "4.0.0",
"http-status-codes": "1.3.0",
"request": "2.88.0",
"source-map": "^0.7.3",
Copy link
Member

Choose a reason for hiding this comment

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

Renovate does not like '^' as it manages the versions.

Suggested change
"source-map": "^0.7.3",
"source-map": "0.7.3",

@senakafdo
Copy link
Member

@oserban, while investigating further, it seems that there is an issue with uglify-js which is being resolved by this tweak. However, OVE code does not use source-map, so I'm wondering whether the issue was down to some other external factor, which is now masked by this fix?

@senakafdo senakafdo merged commit a92a207 into master Dec 6, 2018
@senakafdo senakafdo deleted the dependency-missing branch December 6, 2018 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants