Fix links to package (#3898)

This commit is contained in:
Michaël De Boey
2018-01-22 23:16:22 +01:00
committed by Dan Abramov
parent db9d0ab89b
commit 25184c4e91
44 changed files with 1543 additions and 1543 deletions

View File

@@ -18,7 +18,7 @@ const path = require('path');
function verifyPackageTree() {
const depsToCheck = [
// These are packages most likely to break in practice.
// See https://github.com/facebookincubator/create-react-app/issues/1795 for reasons why.
// See https://github.com/facebook/create-react-app/issues/1795 for reasons why.
// I have not included Babel here because plugins typically don't import Babel (so it's not affected).
'eslint',
'jest',