Skip to content

Commit 7efc330

Browse files
committed
fix: include docs in source.json
1 parent 6ca8885 commit 7efc330

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.bcr/source.template.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
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"
2+
"integrity": "**leave this alone**",
3+
"strip_prefix": "{REPO}-{VERSION}",
4+
"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"
56
}

0 commit comments

Comments
 (0)