mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Another round of cleanup on .npm/README.
This commit is contained in:
@@ -200,14 +200,13 @@ _.extend(exports, {
|
|||||||
_createReadme: function(newPackageNpmDir) {
|
_createReadme: function(newPackageNpmDir) {
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
path.join(newPackageNpmDir, 'README'),
|
path.join(newPackageNpmDir, 'README'),
|
||||||
// XXX copy?
|
"This directory and the files immediately inside it are automatically generated\n"
|
||||||
"This directory and the contained npm-shrinkwrap.json file are automatically\n"
|
+ "when you change this package's NPM dependencies. Commit the files in this\n"
|
||||||
+ "generated when you change this package's npm dependencies. Commit this\n"
|
+ "directory (npm-shrinkwrap.json, .gitignore, and this README) to source control\n"
|
||||||
+ "directory and the npm-shrinkwrap.json file to source control so that\n"
|
+ "so that others run the same versions of sub-dependencies.\n"
|
||||||
+ "others run the same versions of sub-dependencies.\n\n"
|
+ "\n"
|
||||||
+ "Note the .gitignore in this directory is configured to ignore the\n"
|
+ "You should NOT check in the node_modules directory that Meteor automatically\n"
|
||||||
+ "node_modules sub-directory that meteor automatically creates.\n"
|
+ "creates; if you are using git, the .gitignore file tells git to ignore it.\n"
|
||||||
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user