Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add explicit underscore-plus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Feb 23, 2014
1 parent 805ec4b commit 9f5a4be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion lib/bookmarks.coffee
@@ -1,4 +1,4 @@
{_} = require 'atom'
_ = require 'underscore-plus'

module.exports =
class Bookmarks
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -7,5 +7,8 @@
"repository": "https://github.com/atom/bookmarks",
"engines": {
"atom": "*"
},
"dependencies": {
"underscore-plus": "1.x"
}
}

0 comments on commit 9f5a4be

Please sign in to comment.