@form8ion/javascript 11.10.2 → 11.10.3
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/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -1765,7 +1765,7 @@ async function scaffolder (options) {
|
|
|
1765
1765
|
]);
|
|
1766
1766
|
|
|
1767
1767
|
const liftResults = await lift({
|
|
1768
|
-
results: deepmerge__default["default"]({devDependencies: ['npm-run-
|
|
1768
|
+
results: deepmerge__default["default"]({devDependencies: ['npm-run-all2'], packageManager}, mergedContributions),
|
|
1769
1769
|
projectRoot,
|
|
1770
1770
|
configs,
|
|
1771
1771
|
vcs
|