Skip to content

v3.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 11 Mar 06:39

Breaking:

  • Require Node.js 8 (#7) e550ce1
  • It's now a named export:
    const isNpm = require('is-npm');const {isNpm} = require('is-npm');

Enhancements:

v2.0.0...v3.0.0