Skip to content

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Nov 6, 2020
1 parent ececc3a commit 1d348db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipline-next",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"dependencies": {
"@dicedtomato/colors": "^1.0.3",
Expand Down
3 changes: 3 additions & 0 deletions release.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = async (markdown, metaData) => {
return markdown;
};
2 changes: 1 addition & 1 deletion setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const base = {
'https://github.githubassets.com/images/modules/open_graph/github-mark.png',
color: '#128377'
},
core: { secret: 'my-secret', port: 3000 },
core: { secret: 'my-secret', port: 3000, host: '127.0.0.1', theme: 'dark', secure: false },
uploader: {
directory: './uploads',
route: '/u',
Expand Down

0 comments on commit 1d348db

Please sign in to comment.