Skip to content

Commit

Permalink
Add letter to holygrail, update npm, bump v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdionysus committed Jan 7, 2020
1 parent f3c3cbf commit 57ae0e2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# FOAAS

2.0.0
2.1.0

*Jan 2020*

[![Build Status](https://travis-ci.org/tomdionysus/foaas.svg?branch=master)](https://travis-ci.org/tomdionysus/foaas)

Expand Down
2 changes: 1 addition & 1 deletion lib/operations/holygrail.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {

register(app, output) {
return app.get('/holygrail/:from', function(req, res) {
const message = `I don't want to talk to you, no more, you empty-headed animal, food trough wiper. I fart in your general direction. You mother was a hamster and your father smelt of elderberries. Now go away or I shall taunt you a second time.`;
const message = `I don't want to talk to you, no more, you empty-headed animal, food trough wiper. I fart in your general direction. Your mother was a hamster and your father smelt of elderberries. Now go away or I shall taunt you a second time.`;
const subtitle = `- ${req.params.from}`;
return output(req, res, message, subtitle);
});
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foaas",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fuck Off As A Service",
"engines": {
"node": "latest"
Expand All @@ -15,7 +15,7 @@
"license": "WTFPL",
"devDependencies": {
"istanbul": "^0.4.5",
"jasmine": "^3.4.0"
"jasmine": "^3.5.0"
},
"dependencies": {
"body-parser": "^1.19.0",
Expand All @@ -26,7 +26,7 @@
"method-override": "^3.0.0",
"request": "^2.88.0",
"sanitizer": "latest",
"underscore": "latest",
"underscore": "^1.9.2",
"xml-escape": "latest"
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="hero-unit">
<h1>FOAAS</h1>
<h2>Fuck Off As A Service</h2>
<p><em>v2.0.0</em></p>
<p><em>v2.1.0</em></p>
</div>
</div>
<div class="container">
Expand Down

0 comments on commit 57ae0e2

Please sign in to comment.