Skip to content

Commit 5963ddf

Browse files
committed
Exclude checkpoints from repo
1 parent fa78922 commit 5963ddf

File tree

4 files changed

+5
-240
lines changed

4 files changed

+5
-240
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
my-amazing-package
1+
my-amazing-package
2+
.ipynb_checkpoints

writing-npm-libraries-using-typescript/.ipynb_checkpoints/Lesson-checkpoint.ipynb

Lines changed: 0 additions & 222 deletions
This file was deleted.

writing-npm-libraries-using-typescript/.ipynb_checkpoints/README-checkpoint.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

writing-npm-libraries-using-typescript/Lesson.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,11 @@
310310
"\n",
311311
"### Running `tsc`\n",
312312
"\n",
313-
"We need a way now to run the command line program `tsc`, provided by the typescript package,\n",
314-
"so that we can set up the project and compile the typescript code.\n",
313+
"We need a way now to run the command line program `tsc`,\n",
314+
"so that we can set up the project and compile the TypeScript code.\n",
315315
"\n",
316316
"However, as we installed the package locally rather than globally,\n",
317-
"we can't directly use the commands.\n",
317+
"we can't directly use the `tsc` command in our terminal.\n",
318318
"\n",
319319
"Luckily, you can access locally installed binaries from custom scripts in `package.json`,\n",
320320
"and then use them just like normal programs.\n",

0 commit comments

Comments
 (0)