diff --git a/CHANGELOG.md b/CHANGELOG.md index e09c366..f977315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ * css improvements ## v0.7.1 / 7th February 2016 -* bower support (using npmcdn) +* bower support (using unpkg) ## v0.7.0 / 7th February 2016 * umd build diff --git a/README.md b/README.md index 22392f4..c2b6727 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ to include the default styles add the following import statement to your stylus `@import 'node_modules/react-selectize/themes/index.css'` * **bower:** -`bower install https://npmcdn.com/react-selectize@2.0.3/bower.zip` +`bower install https://unpkg.com/react-selectize@2.0.3/bower.zip` * **1998 script tag:** ```html
- + @@ -66,10 +66,10 @@ to include the default styles add the following import statement to your stylus - + - + diff --git a/bower.json b/bower.json index 2cd7d54..7be52a9 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,7 @@ "description": "A Stateless & Flexible Select component for React inspired by Selectize", "dependencies": { "bower-prelude-ls": "*", - "prelude-extension": "https://npmcdn.com/prelude-extension@0.0.13/bower.zip", + "prelude-extension": "https://unpkg.com/prelude-extension@0.0.13/bower.zip", "tether": "~1.1.1" }, "moduleType": [