projects
/
squeep-authentication-module
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump package version to 1.1.2
[squeep-authentication-module]
/
lib
/
errors.js
1
'use strict'
;
2
3
const
{
Errors
} =
require
(
'@squeep/api-dingus'
);
4
5
module
.
exports
= {
6
...
Errors
,
7
};