Skip to content

v6.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 10 Aug 17:49

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import locatePath from 'locate-path'; to import locatePath = require('locate-path');

v5.0.0...v6.0.0