mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
41c3b4e92b
- Moved version-match from shared to api as it is not shared (except within the API) - This file is only used in one part of the app, this updates the code structure to reflect this - This is one of many similar changes needed to make it easier to refactor to the existing setup
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
module.exports = {
|
|
versionMatch: require('./version-match')
|
|
};
|