diff --git a/lib/files.js b/lib/files.js index 5bd171c22d..0d65af30ac 100644 --- a/lib/files.js +++ b/lib/files.js @@ -112,6 +112,8 @@ var files = module.exports = { // XXX once we are done with the transition to engine, this should // change to: `return fs.existsSync(path.join(filepath, '.meteor', // 'release'))` + // (though we'll have to start putting release files in the examples + // directories at that point) // .meteor/packages can be a directory, if .meteor is a warehouse // directory. since installing meteor initializes a warehouse at