diff options
Diffstat (limited to 'node_modules/is-yarn-global/README.md')
-rw-r--r-- | node_modules/is-yarn-global/README.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/node_modules/is-yarn-global/README.md b/node_modules/is-yarn-global/README.md deleted file mode 100644 index d070e2a..0000000 --- a/node_modules/is-yarn-global/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# is-yarn-global - -[![](https://img.shields.io/travis/LitoMore/is-yarn-global/master.svg)](https://travis-ci.org/LitoMore/is-yarn-global) -[![](https://img.shields.io/npm/v/is-yarn-global.svg)](https://www.npmjs.com/package/is-yarn-global) -[![](https://img.shields.io/npm/l/is-yarn-global.svg)](https://github.com/LitoMore/is-yarn-global/blob/master/LICENSE) -[![](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) - -Check if installed by yarn globally without any `fs` calls - -## Install - -```bash -$ npm install is-yarn-global -``` - -## Usage - -Just require it in your package. - -```javascript -const isYarnGlobal = require('is-yarn-global'); - -console.log(isYarnGlobal()); -``` - -## License - -MIT © [LitoMore](https://github.com/LitoMore) |