Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 356 Bytes

File metadata and controls

24 lines (16 loc) · 356 Bytes

Contributing

Steps to release

  1. Bump the repo version
npm version patch|minor|major
  1. Copy everything in the scope starting with 'use strict' in index.js to es.js and index.mjs

  2. Manually update the code versions and year

  3. Commit the changes

git commit -m "distribute"
  1. Publish the new version
npm publish