@lerna/get-packed
Advanced tools
Comparing version 3.7.0 to 3.13.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15) | ||
### Features | ||
* **meta:** Add `repository.directory` field to package.json ([aec5023](https://github.com/lerna/lerna/commit/aec5023)) | ||
# [3.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lerna/get-packed", | ||
"version": "3.7.0", | ||
"version": "3.13.0", | ||
"description": "Read contents of package tarball created by npm pack", | ||
@@ -23,3 +23,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/lerna/lerna.git" | ||
"url": "git+https://github.com/lerna/lerna.git", | ||
"directory": "utils/get-packed" | ||
}, | ||
@@ -34,3 +35,3 @@ "scripts": { | ||
}, | ||
"gitHead": "89b53ff2b561e69fad3a3e8671d7dcd0f1c09c3e" | ||
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5" | ||
} |
@@ -7,6 +7,4 @@ # `@lerna/get-packed` | ||
``` | ||
const getPacked = require('@lerna/get-packed'); | ||
You probably shouldn't, at least directly. | ||
// TODO: DEMONSTRATE API | ||
``` | ||
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI. |
4438
10