Skip to content

Commit

Permalink
remove unnecessary includes, closes #273
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Oct 13, 2017
1 parent 532e2b6 commit 95b7a1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="2.20.1"></a>
# 2.20.1 (2017-10-13)

### Bug Fixes

* **Build**: Remove unnecessary excludes [#273](https://github.com/lathonez/clicker/issues/273) ([](https://github.com/lathonez/clicker/commit/))

<a name="2.20.0"></a>
# 2.20.0 (2017-08-25)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test-coverage": "ng test --code-coverage",
"test-ci": "ng test --watch=false --code-coverage"
},
"version": "2.20.0",
"version": "2.20.1",
"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
Expand Down Expand Up @@ -91,4 +91,4 @@
"ionic-plugin-keyboard": {}
}
}
}
}
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"src/**/*.ts"
],
"exclude": [
"node_modules",
"src/test.ts",
"**/*.spec.ts",
"e2e"
"node_modules"
],
"compileOnSave": false,
"atom": {
Expand Down

0 comments on commit 95b7a1a

Please sign in to comment.