Fix references to non-existant package.json [trac#5615].
This commit is contained in:
parent
6a90476e08
commit
2badff23a8
@ -3,15 +3,15 @@
|
|||||||
=========================
|
=========================
|
||||||
|
|
||||||
This directory contains two kinds of things: external dependencies
|
This directory contains two kinds of things: external dependencies
|
||||||
specified in package.json (which gets installed into the node_modules
|
specified in bower.json (which gets installed into the node_modules
|
||||||
directory), and full copies of third-party code, which we call
|
directory), and full copies of third-party code, which we call
|
||||||
embedded code copies.
|
embedded code copies.
|
||||||
|
|
||||||
|
|
||||||
External dependencies specified in package.json
|
External dependencies specified in bower.json
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
package.json is a file that specifies external code dependencies. We
|
bower.json is a file that specifies external code dependencies. We
|
||||||
download those using the "npm" tool. As a developer of MediaGoblin,
|
download those using the "npm" tool. As a developer of MediaGoblin,
|
||||||
install npm however is convenient for you (for example, apt-get
|
install npm however is convenient for you (for example, apt-get
|
||||||
install npm).
|
install npm).
|
||||||
@ -19,16 +19,16 @@ install npm).
|
|||||||
If you are "merely installing" MediaGoblin (and aren't attempting to
|
If you are "merely installing" MediaGoblin (and aren't attempting to
|
||||||
change its code), you should know that the MediaGoblin team's main
|
change its code), you should know that the MediaGoblin team's main
|
||||||
release download, also known as the MediaGoblin mulltipack tarball,
|
release download, also known as the MediaGoblin mulltipack tarball,
|
||||||
contains a copy of all the code specified via package.json.
|
contains a copy of all the code specified via bower.json.
|
||||||
|
|
||||||
As a general rule, always specify dependencies in package.json using
|
As a general rule, always specify dependencies in bower.json using
|
||||||
"==" to pin to a specific release that you have tested MediaGoblin
|
"==" to pin to a specific release that you have tested MediaGoblin
|
||||||
with. The MediaGoblin team always welcomes patches that merely change
|
with. The MediaGoblin team always welcomes patches that merely change
|
||||||
the version of a dependency so long as you have tested that the app
|
the version of a dependency so long as you have tested that the app
|
||||||
works. Doing this is a valuable and significant contribution to the
|
works. Doing this is a valuable and significant contribution to the
|
||||||
project.
|
project.
|
||||||
|
|
||||||
Other notes about the contents of package.json:
|
Other notes about the contents of bower.json:
|
||||||
|
|
||||||
* Inconsolata is available in the npm repositories, but it does not
|
* Inconsolata is available in the npm repositories, but it does not
|
||||||
include the OTF font format, and at the time of writing it appears
|
include the OTF font format, and at the time of writing it appears
|
||||||
|
Loading…
x
Reference in New Issue
Block a user