Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Feb 28, 2024
1 parent f887dc5 commit 01b59cd
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
3 changes: 2 additions & 1 deletion appsscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/calendar.addons.execute",
"https://www.googleapis.com/auth/script.external_request"
]
],
"urlFetchWhitelist": ["https://www.googleapis.com/"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groton/colorize-schoolcal",
"version": "0.1.5",
"version": "0.2.0",
"description": "Google Calendar Add-on to set the block color of events synced by SchoolCal",
"main": "src/index.ts",
"scripts": {
Expand All @@ -23,8 +23,8 @@
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@battis/gas-lighter": "^0.5",
"@types/node": "^20.11.21"
"@battis/gas-lighter": "^0.5.1",
"@types/node": "^20.11.22"
},
"prettier": "@battis/prettier-config",
"eslintConfig": {
Expand Down
87 changes: 43 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01b59cd

Please sign in to comment.