Skip to content

Commit 728f64d

Browse files
author
jordanmccullough
committed
Add Bower
1 parent 246b697 commit 728f64d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "assets/vendor"
3+
}

bower.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "training-kit",
3+
"dependencies": {
4+
5+
"jquery": "2.1.1",
6+
"bootstrap-sass": "3.0.2",
7+
"Snap.svg": "0.3.0",
8+
"octicons": "https://github.com/github/octicons.git#2.1.2"
9+
}
10+
}

0 commit comments

Comments
 (0)