Skip to content

Commit

Permalink
Merge pull request #19 from NickRimmer/bugfixes/npm_package_fix
Browse files Browse the repository at this point in the history
dependencies settings added to output NPM package
  • Loading branch information
NickRimmer authored Jan 31, 2023
2 parents dacf4a3 + af2fb9a commit f0e743d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npm/generate-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async function executeAsync() {
repository: dataObj.repository,
bugs: dataObj.bugs,
insomnia: dataObj.insomnia,
dependencies: dataObj.dependencies,
}

const resultJson = JSON.stringify(resultObj, null, 2)
Expand Down

0 comments on commit f0e743d

Please sign in to comment.