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 c80d670 commit d95ffbdCopy full SHA for d95ffbd
BUILD.bazel
@@ -13,5 +13,5 @@ genrule(
13
outs = ["definitelytyped.d.ts"],
14
cmd = "version=`cut -d '.' -f 1,2 <$(location :VERSION)`;" +
15
"tail -n +17 $(location :header.d.ts) | sed \"s/VERSION/$$version/g\" > $@; " +
16
- "tail -n +17 $(location :index.d.ts) >> $@; ",
+ "tail -n +6 $(location :index.d.ts) >> $@; ",
17
)
0 commit comments