5 ms·
I am thinking that it's because the React package.json does not have `repository` listed. https://github.com/facebook/react/blob/master/package.json https://gi
by caffed 9y ago
I am thinking that it's because the React package.json does not have `repository` listed.
https://github.com/facebook/react/blob/master/package.json https://github.com/facebook/react/blob/master/package.json
See Redux:
https://github.com/reactjs/redux/blob/master/package.json#L36-L39 https://github.com/reactjs/redux/blob/master/package.json#L3...
- wereHamster 9y agoLet's be honest, unless you use a private NPM registry, "react" means https://www.npmjs.com/package/react https://www.npmjs.com/package/react. GitHub should use the standard resolution algorithm as employed by npm/yarn (the CLI tools).
- couchand 9y agoThat's not the package.json that gets published in the npm react package. This one is what you're looking for: https://github.com/facebook/react/blob/master/packages/react/package.json https://github.com/facebook/react/blob/master/packages/react...