Skip to content

Commit

Permalink
pin js-bson version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar authored Jul 19, 2021
1 parent cf59cbc commit bddf65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Views/index.leaf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>Kittens</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/bson@^4/dist/bson.browser.umd.js"></script>
<script src="https://unpkg.com/bson@4.4.0/dist/bson.browser.umd.js"></script>
</head>
<body>

Expand Down

0 comments on commit bddf65b

Please sign in to comment.