mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-26 10:55:59 +08:00
Fix links to package (#3898)
This commit is contained in:
committed by
Dan Abramov
parent
db9d0ab89b
commit
25184c4e91
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user