-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
memdown@1.2.3 tarball is missing immediate.js (?) #62
Comments
The |
|
fixed in #63. very dumb mistake on my part. sorry about that!! 🙇 |
@nolanlawson I think this is why we all need to version harden everything and not use the |
That doesn't solve the problem of deps-within-deps (you can fix dep B but if it depends on C with ^ then you're screwed), but I totally feel you. I have been broken at least a dozen times by dependencies pushing stupid mistakes; I guess I'm just paying it forward here 😅 |
@nolanlawson oh yeah, I'm more of less just saying if we all made a habit of it and maybe used greenskeeper to keep up to date. IMO we would all be better off. It's a collective push for a more scientific NPM/JS ecosystem. Anyway, great module non-the-less, carry on 👍 |
@nolanlawson @vweevers thx for coordinating on the quick fix 👌 |
the canonical npm solution to hardening deps is https://docs.npmjs.com/cli/shrinkwrap |
Just ran into this after getting an updated memdown as a dependency of dynalite. After a quick glance very strangely it seems like
./immedate.js
is missing from the npm package of the 1.2.3 release (though present in this repo):Not sure how but it seems like this file was omitted unintentionally from the npm package in the latest release?
cc @nolanlawson
The text was updated successfully, but these errors were encountered: