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

Change olm dependency to normal dep #9068

Merged
merged 3 commits into from
Mar 6, 2019
Merged

Change olm dependency to normal dep #9068

merged 3 commits into from
Mar 6, 2019

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Mar 6, 2019

It would be nice if it were actually an optional dependency and you
could just not install olm and get a Riot without olm, but you can't:
what you get is a broken Riot, so having it as an optional dep isn't
helping anyone.

Also whatever other package-lock changes npm has decided are
necessary today.

It would be nice if it were actually an optional dependency and you
could just not install olm and get a Riot without olm, but you can't:
what you get is a broken Riot, so having it as an optional dep isn't
helping anyone.

Also whatever other package-lock changes npm has decided are
necessary today.
@dbkr dbkr requested a review from a team March 6, 2019 16:47
@jryans jryans self-assigned this Mar 6, 2019
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

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

I had been thinking to do this as well. Thanks! 😁

package.json Outdated
"optionalDependencies": {
"olm": "https://matrix.org/packages/npm/olm/olm-3.1.0-pre1.tgz"
},
"optionalDependencies": {},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe remove the optionalDep key entirely, now that it's empty?

@jryans jryans assigned dbkr and unassigned jryans Mar 6, 2019
@dbkr dbkr merged commit 1b6da01 into develop Mar 6, 2019
@t3chguy t3chguy deleted the dbkr/olm_isnt_optional branch May 12, 2022 09:03
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