Fix link to npmjs

This commit is contained in:
Federico Jaramillo Martínez 2019-05-14 07:20:49 -05:00 committed by GitHub
parent 08e08160c1
commit 207cf75dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Babel to transform our JavaScript in two ways.
## Build Commands
The `script` property of a `package.json` file can be used to define command line
[scripts](https://docs.npmjs.com/misc/scripts](https://docs.npmjs.com/misc/scripts).
[scripts](https://docs.npmjs.com/misc/scripts).
A nice thing about running commands from an npm script is binaries located in
`node_modules/.bin/` are temporally added to your `$PATH`. This means we can use dependencies
defined in `package.json` for things like compiling JavaScript and SCSS, and not require