Skip to content

Commit

Permalink
Replace npmcdn.com with unpkg.com (insin#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot authored and iamdustan committed Aug 31, 2016
1 parent 50d0da3 commit ae57dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ npm install react-maskedinput --save

The browser bundle exposes a global `MaskedInput` variable and expects to find a global `React` (>= 0.14.0) variable to work with.

* [react-maskedinput.js](https://npmcdn.com/react-maskedinput/umd/react-maskedinput.js) (development version)
* [react-maskedinput.min.js](https://npmcdn.com/react-maskedinput/umd/react-maskedinput.min.js) (compressed production version)
* [react-maskedinput.js](https://unpkg.com/react-maskedinput/umd/react-maskedinput.js) (development version)
* [react-maskedinput.min.js](https://unpkg.com/react-maskedinput/umd/react-maskedinput.min.js) (compressed production version)

## Usage

Expand Down

0 comments on commit ae57dc2

Please sign in to comment.