Merge pull request #1 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg

Replace npmcdn.com with unpkg.com
This commit is contained in:
Gered 2016-09-01 17:39:50 -04:00 committed by GitHub
commit b5f26d65a1
2 changed files with 4 additions and 4 deletions

View file

@ -41,11 +41,11 @@ Just the standard [Bootstrap CSS stylesheet][4] (plus optional theme):
#### React-Bootstrap-DateTimePicker
https://npmcdn.com/react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css
https://unpkg.com/react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css
#### React-Select
https://npmcdn.com/react-select/dist/react-select.min.css
https://unpkg.com/react-select/dist/react-select.min.css
## License

View file

@ -13,7 +13,7 @@
[& [use-bootstrap-theme?]]
(->> ["https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"
(if use-bootstrap-theme? "https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css")
"https://npmcdn.com/react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css"
"https://npmcdn.com/react-select/dist/react-select.min.css"]
"https://unpkg.com/react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css"
"https://unpkg.com/react-select/dist/react-select.min.css"]
(remove nil?)
(apply include-css)))