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

Commit d99ee44

Browse files
committed
change outdated link too
1 parent ca86970 commit d99ee44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/16_using-ncc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We typically don't commit a `node_modules` folder in a repository. These can often grow to be huge if your project has many dependencies. Because of the way Node works this folder is a necessary evil, but there is a way to get rid of it!
44

5-
First you need to install a tool called [ncc](https://github.com/zeit/ncc). You'll want to install this tool globally so that you can use as if it's any other CLI tool on your machine.
5+
First you need to install a tool called [ncc](https://github.com/vercel/ncc). You'll want to install this tool globally so that you can use as if it's any other CLI tool on your machine.
66

77
What **ncc** does is take all the dependencies within your project and compile them into a single JavaScript file. This allows you to avoid committing the `node_modules` folder in your actions source code.
88

0 commit comments

Comments
 (0)