Skip to content

Commit 7e93d29

Browse files
committed
Update ember-suave to 3.0.1
1 parent 872e1a4 commit 7e93d29

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.jscsrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"requireParenthesesAroundArrowParam": null,
88
"validateIndentation": 4,
99
"disallowConstOutsideModuleScope": false,
10-
"requireSpread": false
10+
"requireSpread": false,
11+
"disallowDirectPropertyAccess": false
1112
}

app/router.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Router.map(function() {
3232
this.route('dashboard');
3333
this.route('keywords');
3434
this.route('keyword', { path: '/keywords/:keyword_id' }, function() {
35-
this.route('index', { path: '/' });
36-
});
35+
this.route('index', { path: '/' });
36+
});
3737
this.route('catchAll', { path: '*path' });
3838
});
3939

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ember-page-title": "2.0.7",
4545
"ember-rl-dropdown": "0.7.0",
4646
"ember-route-alias": "^0.1.3",
47-
"ember-suave": "2.0.0",
47+
"ember-suave": "3.0.1",
4848
"emberx-select": "2.1.2",
4949
"loader.js": "4.0.9"
5050
},

0 commit comments

Comments
 (0)