mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
no issue - we're preparing the `package-json` lib to be extracted out of Ghost into its own package so moving the initialization wrapper outside of the folder makes the process a lot easier
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
const PackageJson = require('./fs/package-json/package-json');
|
|
const i18n = require('../../shared/i18n');
|
|
|
|
module.exports = new PackageJson({i18n});
|