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

Commit

Permalink
Rename require from atom-api to atom
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 19, 2013
1 parent dd342c7 commit 247d262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/bookmarks-view.coffee
@@ -1,6 +1,6 @@
path = require 'path'

{$$, SelectList} = require 'atom-api'
{$$, SelectList} = require 'atom'

module.exports =
class BookmarksView extends SelectList
Expand Down
2 changes: 1 addition & 1 deletion lib/bookmarks.coffee
@@ -1,4 +1,4 @@
{_} = require 'atom-api'
{_} = require 'atom'
shell = require 'shell'

module.exports =
Expand Down
2 changes: 1 addition & 1 deletion spec/bookmarks-view-spec.coffee
@@ -1,4 +1,4 @@
{_, RootView} = require 'atom-api'
{_, RootView} = require 'atom'
shell = require 'shell'

describe "Bookmarks package", ->
Expand Down

0 comments on commit 247d262

Please sign in to comment.