Skip to content

Commit d6bac9d

Browse files
committed
added the scarecrow plugin for oz for #8
1 parent 0669999 commit d6bac9d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

manifest.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ module.exports = {
3232
version: '1.0'
3333
}
3434
},
35-
"hapi-swaggered-ui": {
36-
path: '/documentation'
37-
},
35+
"hapi-swaggered-ui": [{
36+
select: ["api"],
37+
options: {
38+
path: '/documentation'
39+
}
40+
}],
41+
"scarecrow": {},
3842
"./router": {}
3943
}
4044
};

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"path": "0.12.7",
6262
"promise": "7.0.4",
6363
"query-string": "3.0.0",
64+
"scarecrow": "1.0.2",
6465
"vision": "4.0.1"
6566
}
6667
}

0 commit comments

Comments
 (0)