File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < title > Example</ title >
77
8- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0 /css/bootstrap.css ">
9- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.6.3 /css/all.css ">
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.7.2 /css/all.css ">
1010 < link rel ="stylesheet " href ="dist/css/bootstrap-spinner.css ">
1111
1212 < script src ="https://code.jquery.com/jquery-3.3.1.slim.js "> </ script >
13- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0 /js/bootstrap.js "> </ script >
13+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1 /js/bootstrap.js "> </ script >
1414 < script src ="dist/js/jquery.spinner.js "> </ script >
1515 < script >
1616 $ ( function ( ) {
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
66 < title > jQuery.spinner</ title >
77
8- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0 /css/bootstrap.min.css ">
9- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.6.3 /css/all.css ">
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.7.2 /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 ">
1313
1414 < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "> </ script >
15- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0 /js/bootstrap.min.js "> </ script >
15+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1 /js/bootstrap.min.js "> </ script >
1616 < script src ="dist/js/jquery.spinner.min.js "> </ script >
1717 < script >
1818 $ ( function ( ) {
Original file line number Diff line number Diff line change 3636 "css-minify" : " cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-spinner.min.css dist/css/bootstrap-spinner.css" ,
3737 "js" : " npm run js-compile; npm run js-minify" ,
3838 "js-compile" : " mkdir -p dist/js; cp -rf js/*.js dist/js/" ,
39- "js-minify" : " uglifyjs --compress --output dist/js/$npm_package_name.min.js dist/js/$npm_package_name.js" ,
39+ "js-minify" : " terser --compress --output dist/js/$npm_package_name.min.js dist/js/$npm_package_name.js" ,
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.11.0 " ,
43+ "puppeteer" : " 1.12.2 " ,
4444 "karma" : " 4.0.0" ,
4545 "karma-chrome-launcher" : " 2.2.0" ,
4646 "karma-qunit" : " 2.1.0" ,
4747 "karma-sinon" : " 1.0.5" ,
4848 "clean-css-cli" : " 4.2.1" ,
49- "uglify-js " : " 3.4.9 " ,
49+ "terser " : " 3.16.1 " ,
5050 "less" : " 3.9.0" ,
5151 "jquery" : " 3.3.1" ,
5252 "qunit" : " 2.9.1"
You can’t perform that action at this time.
0 commit comments