4.0.0
- f03fa4e Add JSDoc based types
Learn more about ESM in this guide
// From CommonJS var remarkGitContributors = require('remark-git-contributors') // To ESM import remarkGitContributors from 'remark-git-contributors'
- 80bc162 11e9345 Add support for Node’s ESM loading algorithm
- a55137f Use ESM