mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
|
const PackageJson = require('./fs/package-json/package-json');
|
||
|
const i18n = require('../../shared/i18n');
|
||
|
|
||
|
module.exports = new PackageJson({i18n});
|