use shared libraries from NPM package

This commit is contained in:
2020-11-29 12:01:53 -06:00
parent 722a05f798
commit 1a1b362b0f
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1 @@
module.exports = exports = {
Errors: require('../../shared/Errors'),
Message: require('../../shared/Message'),
}
module.exports = exports = require('pied-vcs-shared')