File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : Test
2
2
3
3
on : [push]
4
4
9
9
10
10
steps :
11
11
- name : Clone repository
12
- uses : actions/checkout@master
13
- with :
14
- fetch-depth : 3
12
+ uses : actions/checkout@v2
15
13
16
14
- name : Setup Node.js
17
15
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 1
1
/node_modules /
2
- * -dist.zip
2
+ / * -dist.zip
Original file line number Diff line number Diff line change 1
1
# [ jQuery Spinner] ( https://vsn4ik.github.io/jquery.spinner/ )
2
2
3
- [ ![ License] ( https://img.shields.io/npm/l/jquery.spinner. svg )] [ license ]
4
- ![ Build Status] ( https://action-badges.now.sh/ vsn4ik/jquery.spinner )
3
+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue. svg )] ( LICENSE )
4
+ [ ![ Build Status] ( https://github.com/vsn4ik/jquery.spinner/workflows/Test/badge.svg )] ( https://github.com/ vsn4ik/jquery.spinner/actions?workflow=Test )
5
5
[ ![ devDependency Status] ( https://david-dm.org/vsn4ik/jquery.spinner/dev-status.svg )] ( https://david-dm.org/vsn4ik/jquery.spinner?type=dev )
6
6
7
7
Original file line number Diff line number Diff line change 6
6
< title > Example</ title >
7
7
8
8
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.css ">
9
- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.10.2 /css/all.css ">
9
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.12.0 /css/all.css ">
10
10
< link rel ="stylesheet " href ="dist/css/bootstrap-spinner.css ">
11
11
12
12
< script src ="https://code.jquery.com/jquery-3.4.1.slim.js "> </ script >
Original file line number Diff line number Diff line change 6
6
< title > jQuery.spinner</ title >
7
7
8
8
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css ">
9
- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.10.2 /css/all.css ">
9
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.12.0 /css/all.css ">
10
10
< link rel ="stylesheet " href ="dist/css/bootstrap-spinner.min.css ">
11
11
< link rel ="stylesheet " href ="assets/css/old.css ">
12
12
< link rel ="stylesheet " href ="assets/css/docs.css ">
Original file line number Diff line number Diff line change 40
40
"release-zip" : " cd dist/ && zip -r9 $npm_package_name-$npm_package_version-dist.zip * && mv $npm_package_name-$npm_package_version-dist.zip .."
41
41
},
42
42
"devDependencies" : {
43
- "puppeteer" : " 1.20 .0" ,
44
- "karma" : " 4.3.0 " ,
43
+ "puppeteer" : " 2.0 .0" ,
44
+ "karma" : " 4.4.1 " ,
45
45
"karma-chrome-launcher" : " 3.1.0" ,
46
46
"karma-qunit" : " 4.0.0" ,
47
47
"karma-sinon" : " 1.0.5" ,
48
48
"clean-css-cli" : " 4.3.0" ,
49
- "terser" : " 4.3.1 " ,
49
+ "terser" : " 4.4.2 " ,
50
50
"less" : " 3.10.3" ,
51
51
"jquery" : " 3.4.1" ,
52
- "qunit" : " 2.9.2 "
52
+ "qunit" : " 2.9.3 "
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments