Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from SpringRoll/bugfix/node-10-installations
Browse files Browse the repository at this point in the history
Bugfix/node 10 installations
  • Loading branch information
chipbell4 authored Aug 21, 2018
2 parents 444d072 + f643652 commit 2bf22a9
Show file tree
Hide file tree
Showing 4 changed files with 3,394 additions and 1,992 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:10

COPY package.json /package.json
COPY npm-shrinkwrap.json /npm-shrinkwrap.json
Expand Down
2 changes: 1 addition & 1 deletion app/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(app)
res.locals.version = app.get('version');
res.locals.marked = function(str)
{
return marky(str).html();
return marky(str);
};
res.locals.isActive = function(url, undefined)
{
Expand Down
Loading

0 comments on commit 2bf22a9

Please sign in to comment.