Socket
Socket
Sign inDemoInstall

lerna

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/commands/bootstrap.js

@@ -11,3 +11,3 @@ var progressBar = require("../progress-bar");

exports.description = "";
exports.description = "Link together local packages and npm install remaining package dependencies";

@@ -14,0 +14,0 @@ exports.execute = function (config) {

@@ -9,3 +9,3 @@ var progressBar = require("../progress-bar");

exports.description = "";
exports.description = "Publish updated packages to npm";

@@ -12,0 +12,0 @@ exports.execute = function (config) {

{
"name": "lerna",
"version": "1.0.1",
"version": "1.0.2",
"description": "Tool for managing JavaScript projects with multiple packages",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,3 +18,3 @@ <p align="center">

This tool was abstracted out of that and deals with bootstrapping these modules by linking
them together as well as publishing them to npm. You can see th
them together as well as publishing them to npm. You can see the
[Babel repo](https://github.com/babel/babel/tree/master/packages) for an example of a

@@ -26,6 +26,8 @@ large Lerna project.

```sh
$ npm install lerna --save
$ npm install -g lerna
$ lerna bootstrap
```
This will create a dummy `VERSION` file as well as a `packages` folder.
### Bootstrap

@@ -37,2 +39,5 @@

1. Link together all packages that depend on each other.
2. `npm install` all other dependencies of each package.
### Publishing

@@ -39,0 +44,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc