Skip to content

Commit 80b06f3

Browse files
author
Eric Koleda
authored
Merge pull request #150 from gsuitedevs/grant-manifest-dependencies
Remove underscore dependency from manifest
2 parents c3f0f1a + 18eab46 commit 80b06f3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/appsscript.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
{
22
"timeZone": "America/New_York",
3-
"dependencies": {
4-
"libraries": [{
5-
"userSymbol": "Underscore",
6-
"libraryId": "1I21uLOwDKdyF3_W_hvh6WXiIKWJWno8yG9lB8lf1VBnZFQ6jAAhyNTRG",
7-
"version": "23"
8-
}]
9-
},
103
"exceptionLogging": "STACKDRIVER"
11-
}
4+
}

0 commit comments

Comments
 (0)