Skip to content

Commit 219fff9

Browse files
add bower
1 parent 0af6951 commit 219fff9

File tree

4 files changed

+27
-21
lines changed

4 files changed

+27
-21
lines changed

CNAME

-1
This file was deleted.

bower.json

+26-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
@$% Not a Bower package. Use a better package management tool instead. ^&*
1+
{
2+
"name": "bootstrap-v4-rtl",
3+
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4+
"main": "dist/js/bootstrap",
5+
"authors": [
6+
"mahdi majidzadeh"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"css",
11+
"sass",
12+
"mobile-first",
13+
"responsive",
14+
"front-end",
15+
"framework",
16+
"web"
17+
],
18+
"homepage": "https://github.com/MahdiMajidzadeh/bootstrap-v4-rtl",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<link rel="stylesheet" href="dist/css/bootstrap-rtl.min.css" media="screen">
99
<link rel="stylesheet" href="demo/custom.min.css">
10+
<link rel="icon" sizes="32x32" href="favicon.ico">
1011
<script>
1112
</script>
1213
</head>

package.js

-19
This file was deleted.

0 commit comments

Comments
 (0)