Skip to content
Snippets Groups Projects
Jure Triglav's avatar
Jure authored
The de facto standard for component organization is 'src/' for code and 'test/' for tests. Login
wasn't following this and has now been updated.

BREAKING CHANGE: If you've required the Login component directly, e.g.
require('pubsweet-component-login/LoginContainer'), you have to change those requires to
require('pubsweet-component-login') and get Login (LoginContainer) from the export.
88c38fc5
Forked from pubsweet / pubsweet
674 commits behind the upstream repository.
Name Last commit Last update
..
src
test
CHANGELOG.md
Login.md
index.js
package.json