Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Ensure hash works with moment #199

Closed

Conversation

jdeniau
Copy link

@jdeniau jdeniau commented Nov 20, 2020

Fixes #101

@@ -101,6 +101,7 @@
"marked": "1.2.3",
"microtime": "^3.0.0",
"mkdirp": "0.5.1",
"moment": "^2.29.1",

Choose a reason for hiding this comment

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

@conartist6 Any thoughts about taking on devDependencies in order to test them? I think I would prefer not to, and since this bug already has a test from your PR, we don't need to write a new one.

Copy link
Member

Choose a reason for hiding this comment

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

No I don't think we should if we can avoid it. Instead we should find the root cause of the incompatibility with such a dependency and simulate it ourselves. That way we make it clear to authors of any library what they can safely do. We don't want to discourage competition.

Choose a reason for hiding this comment

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

Yeah, this was an issue that was fixed by #17, so I'm just going to close and the corresponding issue since it's been fixed.

@Methuselah96
Copy link

Thanks for for checking to make sure this was fixed @jdeniau.

@jdeniau jdeniau deleted the ensure-hash-works-with-moment branch November 20, 2020 22:56
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.

hash no longer works with moments
3 participants