1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Fix generator path

This commit is contained in:
Jon Rohan 2017-10-24 14:55:50 -07:00
parent 7576359c4d
commit 0f78e6ab04

View File

@ -163,7 +163,7 @@ module.exports = class PrimerModule extends Generator {
) )
const destPath = require.resolve( const destPath = require.resolve(
path.join("../../", dest, "package.json") path.join("../../../modules/", dest, "package.json")
) )
this.fs.extendJSON(destPath, { this.fs.extendJSON(destPath, {