Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Commit

Permalink
Add explicit dependencies for fs-plus and underscore-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed Feb 27, 2014
1 parent 07dd43d commit d6ac9f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/terminal-buffer.coffee
@@ -1,4 +1,4 @@
{_} = require 'atom'
{_} = require 'underscore-plus'
{Emitter} = require 'emissary'

module.exports =
Expand Down
3 changes: 2 additions & 1 deletion lib/terminal-session.coffee
@@ -1,4 +1,5 @@
{_, fs, Task} = require 'atom'
fs = require 'fs-plus'
{_, Task} = require 'atom'
{Emitter} = require 'emissary'
guid = require 'guid'

Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,9 @@
"dependencies": {
"pty.js": "http://gh-contractor-zcbenz.s3.amazonaws.com/temp/pty.js-0.2.4.tgz",
"guid": "0.0.10",
"emissary": "1.x"
"emissary": "1.x",
"underscore-plus": "1.x",
"fs-plus": "2.x"
},
"repository": "https://github.com/atom/terminal",
"engines": {
Expand Down

0 comments on commit d6ac9f5

Please sign in to comment.