Skip to content

v5.0.0

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

Breaking

Breaking for TypeScript users

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

v4.1.0...v5.0.0