UNPKG

workspaces-affected

Version:

This tool is providing support for running operations only on affected packages in your [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces#defining-workspaces)

28 lines (27 loc) 541 B
{ "name": "workspaces-affected", "version": "1.0.15", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "npm-workspaces", "github-actions", "lerna", "affected packages" ], "homepage": "https://github.com/sharonamr/workspaces-affected#readme", "repository": "git@github.com:sharonamr/workspaces-affected.git", "type": "module", "bin": { "workspaces-affected": "./bin/affected.js" }, "files": [ "src" ], "license": "MIT", "dependencies": { "glob": "^7.2.0" } }