Skip to content

Commit 984fc7d

Browse files
addingh bower
1 parent 2f50590 commit 984fc7d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bower_components

bower.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Cat Vote",
3+
"dependencies": {
4+
"jquery": "~2.1.4"
5+
}
6+
}

demo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<source src="cat_sound.ogg" type="audio/ogg">
1818
</audio>
1919
</div>
20+
<script async="async" crossorigin="anonymous" src="bower_components/jquery/dist/jquery.min.js"></script>
2021
<script async="async" crossorigin="anonymous" src="cat_vote.js"></script>
2122
</body>
2223
</html>

0 commit comments

Comments
 (0)