Skip to content

Commit

Permalink
add quotes to expand path correctly on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Jul 25, 2017
1 parent 11ca9a3 commit 2e0c3a4
Show file tree
Hide file tree
Showing 2 changed files with 9 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.18.0"></a>
# 2.18.0 (2017-07-25)

### Bug Fixes

* **Lint**: Use quotes to expand path correctly on ubuntu [#257](https://github.com/lathonez/clicker/issues/257) ([](https://github.com/lathonez/clicker/commit/))

<a name="2.17.0"></a>
# 2.17.0 (2017-07-13)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ionic_enable_lint": false
},
"scripts": {
"lint": "tslint ./src/**/*.ts",
"lint": "tslint './src/**/*.ts'",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
Expand All @@ -19,7 +19,7 @@
"test-coverage": "ng test --code-coverage",
"test-ci": "ng test --watch=false --code-coverage"
},
"version": "2.17.0",
"version": "2.18.0",
"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
Expand Down

0 comments on commit 2e0c3a4

Please sign in to comment.