File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- node_js : ["0.10"]
3
- notifications :
4
- email :
5
- - dropbox+travis@ricostacruz.com
2
+ node_js : ["iojs"]
Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/rstacruz/nprogress.git"
9
9
},
10
10
"scripts" : {
11
- "test" : " ./node_modules/.bin/ mocha -R spec "
11
+ "test" : " mocha"
12
12
},
13
13
"main" : " nprogress.js" ,
14
14
"license" : " MIT" ,
15
15
"devDependencies" : {
16
16
"chai" : " ~1.6.1" ,
17
17
"jquery" : " ^2.1.1" ,
18
- "jsdom" : " ~0.6.5 " ,
19
- "mocha" : " ~1.11.0 " ,
20
- "mocha-jsdom" : " ^0.1.1 "
18
+ "jsdom" : " ^5.4.1 " ,
19
+ "mocha" : " ^2.2.4 " ,
20
+ "mocha-jsdom" : " ^0.3.0 "
21
21
},
22
22
"dependencies" : {},
23
23
"jspm" : {
24
24
"format" : " global" ,
25
25
"shim" : {
26
26
"nprogress" : {
27
- "deps" : [" ./nprogress.css!" ]
27
+ "deps" : [
28
+ " ./nprogress.css!"
29
+ ]
28
30
}
29
31
},
30
32
"dependencies" : {
33
35
},
34
36
"spm" : {
35
37
"main" : " nprogress.js" ,
36
- "output" : [" nprogress.css" ],
38
+ "output" : [
39
+ " nprogress.css"
40
+ ],
37
41
"ignore" : [
38
42
" support" ,
39
43
" test" ,
You can’t perform that action at this time.
0 commit comments