Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed May 3, 2018
1 parent 3655c6f commit 28ed6e5
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 9 deletions.
5 changes: 4 additions & 1 deletion dist/amd/click-counter/click-counter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/amd/click-counter/click-counter.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/commonjs/click-counter/click-counter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/click-counter/click-counter.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/es2015/click-counter/click-counter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/click-counter/click-counter.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/native-modules/click-counter/click-counter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native-modules/click-counter/click-counter.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions dist/system/click-counter/click-counter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/system/click-counter/click-counter.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/click-counter/click-counter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import * as au from "../aurelia";

@au.customElement("click-counter")
export class ClickCounter {
count = 0;

Expand Down

0 comments on commit 28ed6e5

Please sign in to comment.