docs: [skip ci] correct Babylon link

This commit is contained in:
Sven SAULEAU
2017-11-10 10:46:55 +01:00
committed by GitHub
parent 9a231c5671
commit 43960b561a

View File

@@ -130,7 +130,7 @@ Type: `string`
#### options
`@babel/template` accepts all of the options from [babylon], and specifies
`@babel/template` accepts all of the options from [babylon](https://github.com/babel/babel/tree/master/packages/babylon), and specifies
some defaults of its own:
* `allowReturnOutsideFunction` is set to `true` by default.