From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/is-npm/readme.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 node_modules/is-npm/readme.md (limited to 'node_modules/is-npm/readme.md') diff --git a/node_modules/is-npm/readme.md b/node_modules/is-npm/readme.md deleted file mode 100644 index 84833ec65..000000000 --- a/node_modules/is-npm/readme.md +++ /dev/null @@ -1,30 +0,0 @@ -# is-npm [![Build Status](https://travis-ci.org/sindresorhus/is-npm.svg?branch=master)](https://travis-ci.org/sindresorhus/is-npm) - -> Check if your code is running as an [npm script](https://www.npmjs.org/doc/misc/npm-scripts.html) - - -## Install - -```sh -$ npm install --save is-npm -``` - - -## Usage - -```js -var isNpm = require('is-npm'); -console.log(isNpm); -``` - -```sh -$ node foo.js -#=> false -$ npm run foo -#=> true -``` - - -## License - -MIT © [Sindre Sorhus](http://sindresorhus.com) -- cgit v1.2.3