Skip to content

Commit

Permalink
Merge pull request #525 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Browse files Browse the repository at this point in the history
Replace npmcdn.com with unpkg.com
  • Loading branch information
kesne committed Sep 1, 2016
2 parents c547069 + f3c2be4 commit 25a52c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00 Quick Start/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install --save react-dnd-html5-backend

The npm packages default to the CommonJS build. However they also include pre-minified UMD builds in the `dist` folders. The UMD builds export global `window.ReactDnD` and `window.ReactDnDHTML5Backend` respectively.

If you’d rather not use npm, you can use [npmcdn](http://npmcdn.com/) to access the UMD builds directly: [ReactDnD.min.js](https://npmcdn.com/react-dnd@latest/dist/ReactDnD.min.js) and [ReactDnDHTML5Backend.min.js](https://npmcdn.com/react-dnd-html5-backend@latest/dist/ReactDnDHTML5Backend.min.js). You may point your Bower config to them.
If you’d rather not use npm, you can use [unpkg](http://unpkg.com/) to access the UMD builds directly: [ReactDnD.min.js](https://unpkg.com/react-dnd@latest/dist/ReactDnD.min.js) and [ReactDnDHTML5Backend.min.js](https://unpkg.com/react-dnd-html5-backend@latest/dist/ReactDnDHTML5Backend.min.js). You may point your Bower config to them.

### How do I test React DnD components and their interaction?

Expand Down

0 comments on commit 25a52c2

Please sign in to comment.