# HapiJS auth plugin for Azure AAD B2C

## Dependencies
  * Node
  * NPM

## Install
  * Clone this repository
  * npm i

## Development
  * **test:**  
  `npm run test`  

  * **lint:**  
  `npm run tslint`  

  * **build a new version:**  
  `npm version [major|minor|patch] [--force]`  
