Skip to content

Commit 0144c76

Browse files
committed
bower initialized
1 parent b46c122 commit 0144c76

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory":"SelfHosting.Nancy/Views/content/vendor"
3+
}

bower.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Nanacyplayground",
3+
"homepage": "https://github.com/ajai8085/Nanacyplayground",
4+
"authors": [
5+
6+
],
7+
"description": "",
8+
"main": "",
9+
"moduleType": [],
10+
"license": "MIT",
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"SelfHosting.Nancy/Views/content/vendor",
16+
"test",
17+
"tests"
18+
]
19+
}

0 commit comments

Comments
 (0)