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
22
33on : [push]
44
99
1010 steps :
1111 - name : Clone repository
12- uses : actions/checkout@master
13- with :
14- fetch-depth : 3
12+ uses : actions/checkout@v2
1513
1614 - name : Setup Node.js
1715 uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 11/node_modules /
2- * -dist.zip
2+ / * -dist.zip
Original file line number Diff line number Diff line change 11# [ jQuery Spinner] ( https://vsn4ik.github.io/jquery.spinner/ )
22
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 )
55[ ![ devDependency Status] ( https://david-dm.org/vsn4ik/jquery.spinner/dev-status.svg )] ( https://david-dm.org/vsn4ik/jquery.spinner?type=dev )
66
77
Original file line number Diff line number Diff line change 66 < title > Example</ title >
77
88 < 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 ">
1010 < link rel ="stylesheet " href ="dist/css/bootstrap-spinner.css ">
1111
1212 < script src ="https://code.jquery.com/jquery-3.4.1.slim.js "> </ script >
Original file line number Diff line number Diff line change 66 < title > jQuery.spinner</ title >
77
88 < 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 ">
1010 < link rel ="stylesheet " href ="dist/css/bootstrap-spinner.min.css ">
1111 < link rel ="stylesheet " href ="assets/css/old.css ">
1212 < link rel ="stylesheet " href ="assets/css/docs.css ">
Original file line number Diff line number Diff line change 4040 "release-zip" : " cd dist/ && zip -r9 $npm_package_name-$npm_package_version-dist.zip * && mv $npm_package_name-$npm_package_version-dist.zip .."
4141 },
4242 "devDependencies" : {
43- "puppeteer" : " 1.20 .0" ,
44- "karma" : " 4.3.0 " ,
43+ "puppeteer" : " 2.0 .0" ,
44+ "karma" : " 4.4.1 " ,
4545 "karma-chrome-launcher" : " 3.1.0" ,
4646 "karma-qunit" : " 4.0.0" ,
4747 "karma-sinon" : " 1.0.5" ,
4848 "clean-css-cli" : " 4.3.0" ,
49- "terser" : " 4.3.1 " ,
49+ "terser" : " 4.4.2 " ,
5050 "less" : " 3.10.3" ,
5151 "jquery" : " 3.4.1" ,
52- "qunit" : " 2.9.2 "
52+ "qunit" : " 2.9.3 "
5353 }
5454}
You can’t perform that action at this time.
0 commit comments