romeovs / react-a11y

Identifies accessibility issues in your React.js elements
MIT License
19 stars 5 forks source link

Package should not have a postinstall that requires dev dependencies #7

Closed nathanmarks closed 7 years ago

nathanmarks commented 8 years ago

Having issues installing the package from npm -- there shouldn't be a babel build step when installing the package from npm

jkomusin commented 8 years ago

There is a prepublish step that performs the babel build action, making the postinstall redundant. This should be as simple as removing the postinstall step entirely, right?

romeovs commented 8 years ago

@jkomusin did removed it!

eldh commented 8 years ago

You mind publishing a new version to npm?

erin-doyle commented 7 years ago

This seems to be resolved? I can install successfully but there are other issues (see #1 ).