mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 18:44:25 +00:00
[react-packager] fix a typo s/pacakge/package
Summary: Closes https://github.com/facebook/react-native/pull/83 Github Author: Chengyin Liu <chengyin.liu@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
cf7d196c45
commit
929cfc9dd5
@ -147,7 +147,7 @@ DependecyGraph.prototype.resolveDependency = function(
|
||||
dep = this._graph[modulePath];
|
||||
if (dep == null) {
|
||||
throw new Error(
|
||||
'Cannot find package main file for pacakge: ' + packageJson._root
|
||||
'Cannot find package main file for package: ' + packageJson._root
|
||||
);
|
||||
}
|
||||
return dep;
|
||||
|
Loading…
x
Reference in New Issue
Block a user