File tree Expand file tree Collapse file tree 3 files changed +2082
-11
lines changed Expand file tree Collapse file tree 3 files changed +2082
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
language : node_js
3
3
node_js :
4
- - " 0.12.2"
4
+ - " node"
5
+ - " 6"
5
6
6
7
7
8
cache :
@@ -16,6 +17,8 @@ before_install:
16
17
install :
17
18
- " npm install"
18
19
20
+ cache : yarn
21
+
19
22
script :
20
23
- npm test
21
24
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"colors" : " ^1.0.3" ,
11
- "nodemailer" : " ^1.3.4" ,
12
- "phantom" : " ^0.7.2"
11
+ "nodemailer" : " ^1.3.4"
13
12
},
14
13
"scripts" : {
15
14
"test" : " karma start" ,
26
25
},
27
26
"homepage" : " https://github.com/unbxd/js-sdk" ,
28
27
"devDependencies" : {
29
- "chai" : " ^2.2.0" ,
30
- "grunt" : " ^1.0.1" ,
31
- "grunt-eslint" : " ^11.0.0" ,
32
- "grunt-karma" : " ^2.0.0" ,
33
- "handlebars" : " ^4.0.5" ,
28
+ "chai" : " ^3.5.0" ,
34
29
"karma" : " ^1.3.0" ,
35
30
"karma-chai" : " ^0.1.0" ,
36
31
"karma-fixture" : " ^0.2.6" ,
43
38
"karma-sinon" : " ^1.0.5" ,
44
39
"karma-spec-reporter" : " 0.0.26" ,
45
40
"karma-verbose-reporter" : " 0.0.3" ,
46
- "load-grunt-tasks " : " ^0.6 .0" ,
47
- "mocha " : " ^2.2.4 " ,
48
- "sinon " : " ^1.17.5 "
41
+ "mocha " : " ^3.2 .0" ,
42
+ "sinon " : " ^1.17.7 " ,
43
+ "phantom " : " ^2.1.7 "
49
44
}
50
45
}
You can’t perform that action at this time.
0 commit comments