Merge pull request #1 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
This commit is contained in:
commit
b5f26d65a1
|
@ -41,11 +41,11 @@ Just the standard [Bootstrap CSS stylesheet][4] (plus optional theme):
|
||||||
|
|
||||||
#### React-Bootstrap-DateTimePicker
|
#### 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
|
#### React-Select
|
||||||
|
|
||||||
https://npmcdn.com/react-select/dist/react-select.min.css
|
https://unpkg.com/react-select/dist/react-select.min.css
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
[& [use-bootstrap-theme?]]
|
[& [use-bootstrap-theme?]]
|
||||||
(->> ["https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"
|
(->> ["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")
|
(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://unpkg.com/react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css"
|
||||||
"https://npmcdn.com/react-select/dist/react-select.min.css"]
|
"https://unpkg.com/react-select/dist/react-select.min.css"]
|
||||||
(remove nil?)
|
(remove nil?)
|
||||||
(apply include-css)))
|
(apply include-css)))
|
||||||
|
|
Reference in a new issue