Skip to content

Commit

Permalink
Windows 10 needs explicit excludes, closes #159
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Nov 1, 2016
1 parent cf24f60 commit 0e55cc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.1.1"></a>
# 2.1.1 (2016-11-31)

### Bug Fixes

* **Unit**: Windows 10 needs explicit excludes #159 [#159](https://github.com/lathonez/clicker/issues/159) ([](https://github.com/lathonez/clicker/commit/))

<a name="2.1.0"></a>
# 2.1.0 (2016-10-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "ionic serve",
"test": "ng test"
},
"version": "2.0.1",
"version": "2.1.1",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"target": "es5"
},
"exclude": [
"node_modules"
"node_modules",
"e2e",
"**/*.spec.ts"
],
"compileOnSave": false,
"atom": {
Expand Down

0 comments on commit 0e55cc1

Please sign in to comment.