react-apps-ui 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -216,7 +216,7 @@ program
|
|
|
216
216
|
// Run the resolver for every component the user typed in the terminal
|
|
217
217
|
components.forEach(resolveDependencies);
|
|
218
218
|
// We don't need to reinstall the theme if it was pulled as a dependency
|
|
219
|
-
componentsToAdd.delete("theme");
|
|
219
|
+
// componentsToAdd.delete("theme");
|
|
220
220
|
console.log(chalk_1.default.blue(`\nInstalling: ${Array.from(componentsToAdd).join(", ")}...`));
|
|
221
221
|
const hasSrcDir = fs_1.default.existsSync(path_1.default.join(process.cwd(), "src"));
|
|
222
222
|
// 4. WRITE THE FILES
|
package/package.json
CHANGED
package/src/index.ts
CHANGED