We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46c122 commit 0144c76Copy full SHA for 0144c76
.bowerrc
@@ -0,0 +1,3 @@
1
+{
2
+ "directory":"SelfHosting.Nancy/Views/content/vendor"
3
+}
bower.json
@@ -0,0 +1,19 @@
+ "name": "Nanacyplayground",
+ "homepage": "https://github.com/ajai8085/Nanacyplayground",
4
+ "authors": [
5
+ "Ajai <[email protected]>"
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