npm release #149
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Last npm release was in September, but some changes have happened since then. Can someone release a new version to npm? Thanks!
cc @ColinEberhardt
Good call - yes, it's been a while. I'll take a look at this tonight or tomorrow morning :-)
Done:
https://github.com/facebook/css-layout/releases/tag/v1.1.0
You'll also find this release up on npm. Would be great to get #142 resolved so that the C# API is properly managed also.
Looks like dist/css-layout.js didn't get rebuilt before the release. It still has the old code. IMHO this should probably be an npm prepublish script.
@devongovett thanks for the heads-up, I've published v1.1.1 that should fix this.
I clearly need to do a bit more work on the process, I'll update shortly!