Skip to content

Commit 5ef995c

Browse files
lbogdanCompuIves
authored andcommitted
Dojo template: fixed typo. (codesandbox#815)
1 parent ccf96b1 commit 5ef995c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/common/templates/dojo.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ export default new DojoTemplate(
2424
'https://github.com/dojo/cli-create-app',
2525
'github/dojo/dojo-codesandbox-template',
2626
decorateSelector(() => '#D3471C'),
27-
{ showOnHomePage: true, showCube: false, isTypeScript: true }
27+
{
28+
showOnHomePage: true,
29+
showCube: false,
30+
isTypescript: true,
31+
}
2832
);

0 commit comments

Comments
 (0)