calendar-event-api
v1.0.2
Published
Event library to be used by frontends/backends to send/listen-to events
Downloads
12
Maintainers
Readme
Event API (npm module) in TypeScript
How to install this module as local dependency:
- Add to your_project/package.json:
"dependencies": {
"event": "file:../common/event-api"
}
If sources in current module have been changed:
- Increment version in it's package.json.
$ cd your_project
$ npm update