@lerna/changed
Version:
List local packages that have changed since the last tagged release
42 lines (41 loc) • 969 B
JSON
{
"name": "@lerna/changed",
"version": "4.0.0",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
"command"
],
"homepage": "https://github.com/lerna/lerna/tree/master/commands/changed#readme",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
"url": "https://github.com/evocateur"
},
"files": [
"command.js",
"index.js"
],
"main": "index.js",
"engines": {
"node": ">= 10.18.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna.git",
"directory": "commands/changed"
},
"scripts": {
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@lerna/collect-updates": "4.0.0",
"@lerna/command": "4.0.0",
"@lerna/listable": "4.0.0",
"@lerna/output": "4.0.0"
},
"gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
}