Skip to content

Commit

Permalink
fix: fix marked import for Atom 1.61 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Mar 12, 2022
1 parent f6b2e5f commit 7f18724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile-menu-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

import { CompositeDisposable, TextEditor } from 'atom'
import { marked } from 'marked/lib/marked.cjs'
import { marked } from 'marked'

import { XTerminalProfilesSingleton } from './profiles'
import { XTerminalDeleteProfileModel } from './delete-profile-model'
Expand Down

0 comments on commit 7f18724

Please sign in to comment.