Skip to content

Commit

Permalink
minor compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Feb 2, 2021
1 parent e591c33 commit ec6aadf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarle-evernote-to-md",
"version": "3.11.0",
"version": "3.11.1",
"description": "Yet Another Rope Ladder from Evernote",
"keywords": [
"evernote",
Expand Down
2 changes: 1 addition & 1 deletion src/yarle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { processNode } from './process-node';
import { isWebClip } from './utils/note-utils';
import { hasCreationTimeInTemplate, hasLocationInTemplate, hasSourceURLInTemplate, hasTagsInTemplate, hasUpdateTimeInTemplate, hasNotebookInTemplate, hasLinkToOriginalInTemplate } from './utils/templates/checker-functions';
import { defaultTemplate } from './utils/templates/default-template';
import { OutputFormat } from 'output-format';
import { OutputFormat } from './output-format';

export const defaultYarleOptions: YarleOptions = {
enexSource: 'notebook.enex',
Expand Down

0 comments on commit ec6aadf

Please sign in to comment.