Skip to content

Commit

Permalink
Update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
loonkwil committed Jan 7, 2014
1 parent f942995 commit de55f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "regexify",
"version": "0.1.1",
"dependencies": {
"jquery": "~2.0.0",
"bootstrap": "~3.0.0",
"jquery": "~2.0",
"bootstrap": "~3.0",
"regex-colorizer": "git://github.com/slevithan/regex-colorizer.git",
"jquery.auto-grow": "git@github.com:loonkwil/jquery.auto-grow.git",
"zeroclipboard": "~1.1.7"
"zeroclipboard": "~1.2"
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="img/favicon.ico">

<link rel="stylesheet" href="components/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="components/jquery.auto-grow/auto-grow.css">
<link rel="stylesheet" href="components/jquery.auto-grow/src/auto-grow.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body hidden>
Expand Down Expand Up @@ -47,7 +47,7 @@ <h1 class="page-header">Regexify <small>live JavaScript RegEx tester</small></h1

<script src="components/jquery/jquery.js"></script>
<script src="components/bootstrap/js/button.js"></script>
<script src="components/jquery.auto-grow/jquery.auto-grow.js"></script>
<script src="components/jquery.auto-grow/src/jquery.auto-grow.js"></script>
<script src="components/regex-colorizer/regex-colorizer.js"></script>
<script src="components/zeroclipboard/ZeroClipboard.js"></script>
<script src="js/escape.js"></script>
Expand Down

0 comments on commit de55f8b

Please sign in to comment.