Skip to content

Commit 32437f8

Browse files
committed
Tweak to title of repo
1 parent b0dbe7a commit 32437f8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "typescript-generics-workshop",
2+
"name": "advanced-patterns-workshop",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"author": "Matt Pocock <mattpocockvoice@gmail.com>",
5+
"author": "Matt Pocock <team@totaltypescript.com>",
66
"license": "GPL-2.0",
77
"devDependencies": {
88
"@total-typescript/exercise-cli": "^0.10.0",
@@ -111,7 +111,9 @@
111111
"e-19.4": "tt-cli run 19.4",
112112
"s-19.4": "tt-cli run 19.4 --solution",
113113
"e-22.5": "tt-cli run 22.5",
114-
"s-22.5": "tt-cli run 22.5 --solution"
114+
"s-22.5": "tt-cli run 22.5 --solution",
115+
"e-30.6": "tt-cli run 30.6",
116+
"s-30.6": "tt-cli run 30.6 --solution"
115117
},
116118
"dependencies": {
117119
"@types/express": "^4.17.14",

0 commit comments

Comments
 (0)