Fix #26 🐦 🔫
This commit is contained in:
parent
0ec0fcd7c1
commit
67b7fb6d32
modules/client/components
|
@ -25,13 +25,6 @@ Append a `/` at the end of a URL to view a listing of all the files in a package
|
|||
* [https://unpkg.com/modernizr/](/modernizr/)
|
||||
* [https://unpkg.com/react/](/react/)
|
||||
|
||||
You may use the special `/bower.zip` file path in packages that contain a `bower.json` file to dynamically generate a zip file that Bower can use to install the package.
|
||||
|
||||
* [https://unpkg.com/react-swap/bower.zip](/react-swap/bower.zip)
|
||||
* [https://unpkg.com/react-collapse@2.3.3/bower.zip](/react-collapse@2.3.3/bower.zip)
|
||||
|
||||
**_We do NOT recommend JavaScript libraries use Bower._** Bower places additional burdens on JavaScript package authors for little to no gain. unpkg is intended to make it easier to publish code, not harder, so Bower support will be removed in January 2017\. Please move to npm for installing packages and stop using Bower before that time. See [here](https://github.com/mjackson/npm-http-server#bower-support) for our rationale.
|
||||
|
||||
### Query Parameters
|
||||
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
|
|
Loading…
Reference in New Issue