Skip to content

Commit

Permalink
Merge pull request #148 from balthz/patch-1
Browse files Browse the repository at this point in the history
Update FAQ to be compatible with version 3.0.1
  • Loading branch information
deepy authored Feb 18, 2021
2 parents c17eb3d + 6f03c21 commit 9087183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This can be done by adding to the arguments for the already defined `npmSetup` t
```gradle
tasks.npmSetup {
doFirst {
args = args + ['--registry', 'http://myregistry.npm.com']
args.addAll(['--registry', 'http://myregistry.npm.com'])
}
}
```
Expand Down

0 comments on commit 9087183

Please sign in to comment.