mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed failing tests
refs https://github.com/TryGhost/Team/issues/856
refs dfe1089ee2
- Module export order matters
This commit is contained in:
parent
8caa198b27
commit
360e8d08d4
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
module.exports.shared = require('./shared');
|
||||
|
||||
const defaultAPI = require('./canary');
|
||||
|
||||
module.exports = defaultAPI;
|
||||
|
@ -8,3 +6,4 @@ module.exports.v4 = defaultAPI;
|
|||
module.exports.v3 = require('./v3');
|
||||
module.exports.v2 = require('./v2');
|
||||
|
||||
module.exports.shared = require('./shared');
|
||||
|
|
Loading…
Add table
Reference in a new issue