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 237071b commit 975e716Copy full SHA for 975e716
README.md
@@ -16,8 +16,9 @@ $ npm install react-draggable
16
```
17
18
If you aren't using browserify/webpack, a
19
-[UMD version of react-draggable](http://mzabriskie.github.io/react-draggable/example/react-draggable.js)
20
-is updated in the `gh-pages` branch and used for the demo. You can generate it yourself from master by cloning this
+[UMD version of react-draggable](dist/react-draggable.js) is available. It is updated per-release only.
+
21
+If you want a UMD version of the latest `master` revision, you can generate it yourself from master by cloning this
22
repository and running `$ make`. This will create umd dist files in the `dist/` folder.
23
24
## Details
0 commit comments