Skip to content

Commit

Permalink
Fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Muller committed Apr 4, 2015
1 parent 3833c99 commit 5315519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion GitIssueView.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{$$, EditorView, View} = require 'atom'
{$$} = require 'atom-space-pen-views'
{EditorView, View} = require 'atom'
marked = require 'marked'
_ = require 'lodash'

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"baconjs": "^0.7.22",
"lodash": "^2.4.1",
"request": "^2.44.0",
"marked": "~0.3.2"
"marked": "~0.3.2",
"atom-space-pen-views": "^2.0.3"
}
}

0 comments on commit 5315519

Please sign in to comment.