Skip to content

Commit

Permalink
Change jQuery references to v3.4.1 (#27)
Browse files Browse the repository at this point in the history
Change jQuery references to v3.4.1
  • Loading branch information
goto-bus-stop authored Nov 4, 2019
2 parents 5727a86 + 664cd3e commit d703a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/run/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/bundle.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then whip up some html:
``` html
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/bundle.js"></script>
</head>
<body>
Expand Down

0 comments on commit d703a8d

Please sign in to comment.