Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 2ad055d

Browse files
RomainRomain
authored andcommitted
Updated Jquery version
1 parent c486caa commit 2ad055d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"momentjs": "~2.10.2",
3030
"bootstrap": "~3.3.4",
31-
"jquery": "1.11.0",
31+
"jquery": "1.12.3",
3232
"bootstrap-material-design": "~0.3.0"
3333
}
3434
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
1010
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1111

12-
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
12+
<script src="https://code.jquery.com/jquery-1.12.3.min.js" integrity="sha256-aaODHAgvwQW1bFOGXMeX+pC4PZIPsvn2h1sArYOhgXQ=" crossorigin="anonymous"></script>
1313
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
1414
<script type="text/javascript" src="https://rawgit.com/FezVrasta/bootstrap-material-design/master/dist/js/material.min.js"></script>
1515
<script type="text/javascript" src="http://momentjs.com/downloads/moment-with-locales.min.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"moment": "~2.10.2",
2727
"bootstrap": "~3.3.4",
28-
"jquery": "1.11.0",
28+
"jquery": "1.12.3",
2929
"bootstrap-material-design": "~0.3.0"
3030
},
3131
"repository": {

0 commit comments

Comments
 (0)