Skip to content

Commit 5661b23

Browse files
committed
fix: missing semicolon in ts skeleton
1 parent af4ea05 commit 5661b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skeleton/plugin/dev-app/main.ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import 'regenerator-runtime/runtime';
55
// @endif
66
// @if feat.typescript
7-
import {Aurelia} from 'aurelia-framework'
7+
import {Aurelia} from 'aurelia-framework';
88
// @endif
99
import environment from './environment';
1010

skeleton/scaffold-minimum/src/main.ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import 'regenerator-runtime/runtime';
55
// @endif
66
// @if feat.typescript
7-
import {Aurelia} from 'aurelia-framework'
7+
import {Aurelia} from 'aurelia-framework';
88
// @endif
99
// @if ! feat.webpack
1010
import environment from './environment';

0 commit comments

Comments
 (0)