We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b380fb2 commit 0d05320Copy full SHA for 0d05320
tasks/compile-lockfile.js
@@ -24,7 +24,7 @@ try {
24
fse.writeFileSync(path.join(temp, 'package.json'), '{}');
25
26
// Extract the dependencies from react-scripts (which is a workspace)
27
- const dependencies = require('react-scripts/package.json').dependencies;
+ const dependencies = require('smashing-scripts/package.json').dependencies;
28
const descriptors = Object.keys(dependencies).map(
29
dep => `${dep}@${dependencies[dep]}`
30
);
0 commit comments