Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 3890ba6

Browse files
build: move gitattributes
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 51f990f commit 3890ba6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.ts text eol=lf
22
*.js text eol=lf
33
protos/* linguist-generated
4+
**/api-extractor.json linguist-language=JSON-with-Comments

synth.metadata

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/nodejs-analytics-admin.git",
7-
"sha": "563ad77b0d57edfebee51b66183d63a7ef1cd1d7"
6+
"remote": "https://github.com/googleapis/nodejs-analytics-admin.git",
7+
"sha": "0116de69bd433875ba7baf93d656429e1d265e11"
88
}
99
},
1010
{
@@ -14,6 +14,13 @@
1414
"sha": "5d0eacc7ba0d9199ef1fcd7c542dd4b53949c285",
1515
"internalRef": "322659285"
1616
}
17+
},
18+
{
19+
"git": {
20+
"name": "synthtool",
21+
"remote": "https://github.com/googleapis/synthtool.git",
22+
"sha": "2686d7075fa456972bf4d08680d99617f5eb32b1"
23+
}
1724
}
1825
],
1926
"destinations": [

0 commit comments

Comments
 (0)