Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-22Docs for bundle changes.isaacs
2010-11-22Better bundle command.isaacs
To install all deps locally, it's just `npm bundle` To install a specific package locally, it's `npm bundle <pkg>` Todo: maybe it'd be better to be more explicit here? npm bundle all npm bundle add <pkg> npm bundle rm <pkg>
2010-10-02moved description of bundle not handling version ranges to caveatsTimo Derstappen
2010-10-02replaced cache.add with readJson in bundle module where possible.Timo Derstappen
bundle now does handle names, urls and tars via cache.add. if the package is a directory only the package.json is read. this makes bundling faster and fixes a bug with cache.add where the bundling cache was added recursively. * also fixed a bug with package names eg vows@0.5.1 * bundle does not support version ranges eg sax@">=0.1.0 <0.2.0" * now throws an error if bundling packages without dependencies
2010-08-26Document the bundle commandisaacs