When specifying the Git URL in package.json
|
"renpool-contracts": "https://github.com/renpool/renpool-contracts", |
We can use the branch name[1]
"renpool-contracts": "https://github.com/renpool/renpool-contracts#ref/update-claim-rewards-interface",
[1] https://docs.npmjs.com/cli/v8/configuring-npm/package-json#urls-as-dependencies
When specifying the Git URL in
package.jsonrenpool-app/package.json
Line 18 in 7b20791
We can use the branch name[1]
[1] https://docs.npmjs.com/cli/v8/configuring-npm/package-json#urls-as-dependencies