Skip to content

Commit 1533153

Browse files
author
pigr2
committed
clean
1 parent 3605a89 commit 1533153

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_js:
33
- "4.2"
44
before_script:
55
- npm install
6-
script: npm run tsc
6+
script:
7+
- npm run tsc

app/app.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ const storeManager = provideStore({ currentSearch: SearchReducer });
4040
`
4141
})
4242

43-
//
44-
4543
export class AppComponent implements OnInit {
4644

4745
title = ''; //'One Source of Truth for Angular 2';

start.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)