Skip to content

v3.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 06 Apr 07:33

Breaking:

  • Require Node.js 8 e0ca480
  • For TypeScript users only:
    • Refactor TypeScript definition to CommonJS compatible export (#14) b8634b0
      • You need to change import shellEnv from 'shell-env'; to import shellEnv = require('shell-env');

v2.2.0...v3.0.0