Skip to content

Commit

Permalink
2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 2, 2018
1 parent 8e3bbca commit 1bcb7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Expand Up @@ -22,7 +22,8 @@ module.exports = {
files: [
'testem.js',
'ember-cli-build.js',
'config/**/*.js'
'config/**/*.js',
'lib/*/index.js'
],
parserOptions: {
sourceType: 'script',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^3.0.0",
"ember-cli": "~2.18.1",
"ember-cli": "~2.18.2",
"ember-cli-app-version": "^3.0.0",
"ember-cli-babel": "^6.6.0",
"ember-cli-dependency-checker": "^2.0.0",
Expand Down

0 comments on commit 1bcb7a1

Please sign in to comment.