We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31916fc commit eb8dae2Copy full SHA for eb8dae2
.gitattributes
@@ -1,2 +1,3 @@
1
+* text=auto
2
index.d.ts merge=ours
3
index.js.flow merge=ours
update.ts
@@ -22,7 +22,7 @@ async function update() {
22
const [mdnDataMaster, mdnCompatMaster] = [
23
await getJsonAsync({
24
hostname: 'api.github.com',
25
- path: '/repos/mdn/data/branches/master',
+ path: '/repos/mdn/data/branches/main',
26
headers: { 'User-Agent': 'NodeJS' },
27
}),
28
0 commit comments