Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
Fix node target version to 14.
Update dev dependencies.
  • Loading branch information
ts-milen.georgiev committed Mar 24, 2021
1 parent 2678cb2 commit 58a301d
Show file tree
Hide file tree
Showing 3 changed files with 1,489 additions and 1,117 deletions.
2 changes: 1 addition & 1 deletion bin/markdown2confluence.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var filename = process.argv[2];
const outputFileName = process.argv[3];

if (!filename) {
filename = "/dev/stdin";
filename = '/dev/stdin';
}

fs.readFile(path.resolve(process.cwd(), filename), (err, buffer) => {
Expand Down
Loading

0 comments on commit 58a301d

Please sign in to comment.