1.0.6 • Published 3 years ago

@ratemycourse/common v1.0.6

Weekly downloads
8
License
ISC
Repository
-
Last release
3 years ago

Rate-my-course Common Module

This module holds all of the common code for the rate-my-course project. It contains shared code such as errors, middleware, and events. Code is compiled from typescript to javascript on build

Handling Updates to the Common Module

  • git add .
  • git commit -m "message here"
  • npm version patch
  • npm run build
  • npm publish