File tree 4 files changed +3
-10
lines changed
4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,11 @@ matrix:
26
26
27
27
before_install :
28
28
- npm config set spin false
29
- - npm install -g bower phantomjs-prebuilt
30
- - bower --version
29
+ - npm install -g phantomjs-prebuilt
31
30
- phantomjs --version
32
31
33
32
install :
34
33
- npm install
35
- - bower install
36
34
37
35
script :
38
36
# Usually, it's ok to finish the test scenario without reverting
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ module.exports = {
5
5
name : 'ember-cli-chart' ,
6
6
included : function included ( app ) {
7
7
this . _super . included ( app ) ;
8
- app . import ( app . bowerDirectory + '/chartjs /dist/Chart.js' ) ;
8
+ app . import ( app . project . nodeModulesPath + '/chart.js /dist/Chart.js' ) ;
9
9
}
10
10
} ;
Original file line number Diff line number Diff line change 49
49
"loader.js" : " ^4.2.3"
50
50
},
51
51
"dependencies" : {
52
+ "chart.js" : " ^2.5.0" ,
52
53
"ember-cli-babel" : " ^5.1.7"
53
54
},
54
55
"ember-addon" : {
You can’t perform that action at this time.
0 commit comments