yarn-add-no-save
Version:
Implements the much requested feature of installing packages without saving them with yarn.
30 lines (29 loc) • 622 B
JSON
{
"name": "yarn-add-no-save",
"version": "1.0.3",
"description": "Implements the much requested feature of installing packages without saving them with yarn.",
"main": "bin/main.js",
"author": "Dario Segura",
"repository": "https://github.com/darionco/yarn-add-no-save.git",
"license": "MIT",
"bin": {
"add-no-save": "bin/local.js",
"yarn-add-no-save": "bin/global.js"
},
"files": [
"bin/",
"README.md",
"LICENSE"
],
"keywords": [
"yarn",
"peerDeps",
"add",
"peerDependencies",
"no-save",
"--no-save"
],
"dependencies": {
"which": "^2.0.2"
}
}