robert2206 8ad867f7a5 commit inicial | 8 years ago | |
---|---|---|
.. | ||
index.js | 8 years ago | |
package.json | 8 years ago | |
readme.md | 8 years ago |
Check if your code is running as an npm script
$ npm install --save is-npm
var isNpm = require('is-npm');
console.log(isNpm);
$ node foo.js
#=> false
$ npm run foo
#=> true
MIT © Sindre Sorhus