Skip to content
Closed
Prev Previous commit
Next Next commit
Specific versions
  • Loading branch information
Timer committed Nov 19, 2017
commit c2eb722c65d14ed8bbd080e83a84c31148156480
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/eject.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ inquirer
return;
}
console.log(` Adding ${cyan(key)} to dependencies`);
appendList.push(key);
appendList.push(`${key}@${ownPackage.dependencies[key]}`);
});
adjustPackages(appendList, true);
console.log();
Expand Down