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

Commit ca86970

Browse files
committed
Fixes #34
1 parent dca5273 commit ca86970

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
@@ -7,7 +7,7 @@ First you need to install a tool called [ncc](https://github.com/zeit/ncc). You'
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

99
**Install ncc**
10-
`npm install -g @zeit/ncc`
10+
`npm install -g @vercel/ncc`
1111

1212
**Using ncc**
1313
When you use ncc:

0 commit comments

Comments
 (0)