2.1.1 • Published 6 years ago

trailpack-proxy-notifications v2.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

trailpack-proxy-notifications

NPM version Build status Dependency Status Code Climate

Notifications for Proxy Engine

Install

$ npm install --save trailpack-proxy-notifications

Configure

// config/main.js
module.exports = {
  packs: [
    // ... other trailpacks
    require('trailpack-proxy-notifications')
  ]
}