We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb985d commit 33c2002Copy full SHA for 33c2002
README.md
@@ -16,7 +16,7 @@ There is a major breaking change since v1.0. Checkout [Migration Guide](https://
16
### Webpack or Browserify
17
The easiest way to use react-sortablejs is to install it from npm and include it in your React build process using webpack or browserify.
18
```bash
19
-npm install --save react react-dom sortablejs@1.5.0-rc1 # Install peerDependencies
+npm install --save react react-dom sortablejs@1.6.1 # Install peerDependencies
20
npm install --save react-sortablejs
21
```
22
0 commit comments