concierge-common
This package is not of use to anyone.
First, run npm link
from this directory, (e.g. git/concierge-common
), so that other modules can find this concierge-common module that is NOT published on npm.
Common classes, constants, objects between concierge and concierge-rest concierge-common code must NOT use ES6 because concierge-rest node server app does not use ES6. Consumers of concierge-common can use ES6, e.g. the concierge client app uses ES6.