1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-11 20:20:50 +02:00

Merge pull request #289 from leninalbertolp/master

Update library-list.js
This commit is contained in:
Kushagra Gour
2018-04-30 23:23:17 +05:30
committed by GitHub

View File

@ -11,7 +11,7 @@ window.jsLibs = [
}, },
{ {
url: url:
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js', 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js',
label: 'Bootstrap 4', label: 'Bootstrap 4',
type: 'js' type: 'js'
}, },
@ -89,7 +89,7 @@ window.cssLibs = [
}, },
{ {
url: url:
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css', 'https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css',
label: 'Bootstrap 4', label: 'Bootstrap 4',
type: 'css' type: 'css'
}, },