Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Issue with npm release v1.16.2 #1041

Closed
joshacheson opened this issue Dec 11, 2017 · 2 comments
Closed

Issue with npm release v1.16.2 #1041

joshacheson opened this issue Dec 11, 2017 · 2 comments

Comments

@joshacheson
Copy link
Contributor

joshacheson commented Dec 11, 2017

The Problem

The contents of lib/ in the released tar file on npm are not what's expected given the contents of src/.

Steps to Reproduce

Download v1.16.2 from npm: https://registry.npmjs.org/react-redux-form/-/react-redux-form-1.16.2.tgz

Expected Behavior

lib/ is the compiled output of src/

Actual Behavior

lib/ appears to contain compiled output of an older version

Subset of code that should be consistent (aside from compilation) but is not:

lib/ (consistent with compiled output pre 1.16.2)

image

src/ (consistent with source of 1.16.2)

image

@davidkpiano
Copy link
Owner

Just published a patch, let me know if that works!

@joshacheson
Copy link
Contributor Author

Looks good to me :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants