Skip to content

Commit

Permalink
pre hapi 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwawrusch committed Jan 1, 2015
1 parent 0812984 commit 728e34e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/alphabetical_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2>File Listing A-Z</h2>
</div>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/extra/README.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
throw err if err
...
</code></pre><p>You then set the env variable HAPIROUTESTENANTSETUPSECRETKEY at your server.</p><h2 id="how-to-post-from-curl">How to post from curl</h2>
<pre><code class="lang-bash">curl -H &quot;Accept: application/json&quot; -X POST -d @samples/sample.json https://yoursite.com/tenants/setup
<pre><code class="lang-bash">curl -H &quot;Content-Type: application/json&quot; -X POST -d @samples/sample.json https://yoursite.com/tenants/setup
</code></pre>
<h2 id="dependencies">Dependencies</h2>
<ul>
Expand Down Expand Up @@ -115,7 +115,7 @@ <h2 id="copyright">Copyright</h2><p>Copyright (c) 2014 Martin Wawrusch </p>
</div>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/file/src/helper-obj-to-rest.coffee.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>Variables Summary</h2>
</dl>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/file/src/i18n.coffee.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Variables Summary</h2>
</dl>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/file/src/index.coffee.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h3>
</div>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/file/src/routes.coffee.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Method Details</h2>
</div>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/file/src/validation-schemas.coffee.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Variables Summary</h2>
</dl>
</div>
<div id='footer'>
August 31, 14 19:48:12 by
January 01, 15 13:20:25 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"underscore": ">=1.7.0"
},
"peerDependencies": {
"hapi": ">=6.5.0"
"hapi": ">=6.5.0 <8"
},
"devDependencies": {
"blanket": "1.1.6",
Expand Down

0 comments on commit 728e34e

Please sign in to comment.