The project is a webpack
-bundled version of react-dom/lib/CSSPropertyOperations.js
for use outside of React.
Install react-css-property-operations
with yarn
or npm
:
yarn add react-css-property-operations
npm install react-css-property-operations
The update tasks are all bundled together in a single rake
task.
Running rake
from the command line in the root of this project will do the following:
- Upgrade
react
andreact-dom
to the latest versions. - Update the version number in
package.json
to matchreact-dom
’s version number. - Rebuild
./lib/CSSPropertyOperations.js
.