bump package version to 1.0.1
[squeep-resource-authentication-module] / index.js
1 'use strict';
2
3 const ResourceAuthenticator = require('./lib/resource-authenticator');
4
5 module.exports = {
6 ...ResourceAuthenticator,
7 };