@form8ion/javascript 11.10.1 → 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 +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +5 -5
package/lib/index.mjs
CHANGED
|
@@ -166,7 +166,7 @@ async function scaffoldRemark ({config, projectRoot, projectType, vcs}) {
|
|
|
166
166
|
name: 'remark',
|
|
167
167
|
config: {
|
|
168
168
|
settings: {
|
|
169
|
-
listItemIndent:
|
|
169
|
+
listItemIndent: 'one',
|
|
170
170
|
emphasis: '_',
|
|
171
171
|
strong: '_',
|
|
172
172
|
bullet: '*',
|
|
@@ -1729,7 +1729,7 @@ async function scaffolder (options) {
|
|
|
1729
1729
|
]);
|
|
1730
1730
|
|
|
1731
1731
|
const liftResults = await lift({
|
|
1732
|
-
results: deepmerge({devDependencies: ['npm-run-
|
|
1732
|
+
results: deepmerge({devDependencies: ['npm-run-all2'], packageManager}, mergedContributions),
|
|
1733
1733
|
projectRoot,
|
|
1734
1734
|
configs,
|
|
1735
1735
|
vcs
|