Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedantonio committed Mar 16, 2019
1 parent 60846c4 commit f8d40c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/fastify/index.js
Expand Up @@ -95,7 +95,7 @@ async function generate (args, cb) {
})

if (answers.swagger) {
let rootPkg = await readFile(path.join(__dirname, '..', '..', '..', 'package.json'), 'utf8')
let rootPkg = await readFile(path.join(__dirname, '..', '..', 'package.json'), 'utf8')
rootPkg = JSON.parse(rootPkg)

Object.assign(pkg.dependencies, {
Expand Down

0 comments on commit f8d40c9

Please sign in to comment.