We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca8885 commit 7efc330Copy full SHA for 7efc330
.bcr/source.template.json
@@ -1,5 +1,6 @@
1
{
2
- "integrity": "**leave this alone**",
3
- "strip_prefix": "{REPO}-{VERSION}",
4
- "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_nodejs-{TAG}.tar.gz"
+ "integrity": "**leave this alone**",
+ "strip_prefix": "{REPO}-{VERSION}",
+ "docs_url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_nodejs-{TAG}.docs.tar.gz",
5
+ "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_nodejs-{TAG}.tar.gz"
6
}
0 commit comments