mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
63dde5a46c
no issue
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
const PackageJson = require('./package-json');
|
|
const {i18n} = require('../../common');
|
|
|
|
module.exports = new PackageJson({i18n});
|