Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 857 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 857 Bytes

PrairieLib

PrairieLib is a NodeJS library used in PrairieLearn.

Latest version Dependabot Status Build Status License

Publishing instructions for a new version

git checkout master
git pull -p
npm version minor  # or major/patch to bump version and commit
git push
git push --tags
npm publish