Skip to content

Commit

Permalink
fix documentation of nodeConfigure
Browse files Browse the repository at this point in the history
Signed-off-by: klehner <[email protected]>
  • Loading branch information
klu2 committed Oct 5, 2023
1 parent 24589b5 commit 59df05d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,13 @@ You can configure this plugin with the `NodeConfigurePluginExtension` as follows
nodeConfigure {
nodeVersion = "16.15.1"
downloadNode = true
npm {
npmVersion = "6.14.10"
}
npmVersion = "6.14.10"
inputFiles = [
fileTree('node_modules'),
fileTree('src'),
file('package.json'),
file('tsconfig.json')
]
}
````

Expand Down

0 comments on commit 59df05d

Please sign in to comment.