Copy of react 15
npm install react-15

Copy of react@15.
``sh`
npm install react-15
The following files and directories are copied:
- dist
- lib
- react.js
This means you can require with CommonJS:
`js`
var shallowCompare = require('react-15/lib/shallowCompare');
Or with ES Modules:
`js``
import sliceChildren from 'react-15/lib/sliceChildren';
MIT. See license from original project.