Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 242 Bytes

File metadata and controls

14 lines (11 loc) · 242 Bytes

Publishing

Steps to update the package on npm

git fetch
npm run build
npx npm-packlist
npm publish
git tag "v$(npm pkg get version | sed 's/"//g')"
git push --tags

New version will appear at https://www.npmjs.com/package/dfoptim