mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Moved package-json
wrapper outside implementation folder
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
This commit is contained in:
parent
e1b18aba2c
commit
eea93d55f4
1 changed files with 0 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
const PackageJson = require('./package-json');
|
||||
const i18n = require('../../../../shared/i18n');
|
||||
|
||||
module.exports = new PackageJson({i18n});
|
Loading…
Add table
Reference in a new issue