0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/lib/fs/package-json/index.js
2020-12-10 11:37:43 +01:00

4 lines
130 B
JavaScript

const PackageJson = require('./package-json');
const {i18n} = require('../../common');
module.exports = new PackageJson({i18n});