Skip to content

Commit

Permalink
Rename reactionary to theorist
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed Jan 5, 2014
1 parent 1fe0a1a commit cbec03c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion exports/atom.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{Model} = require 'reactionary'
{Model} = require 'theorist'
{Point, Range} = require 'text-buffer'

module.exports =
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"temp": "0.5.0",
"text-buffer": "0.5.0",
"underscore-plus": "0.6.1",
"reactionary": "~0.3.0"
"theorist": "~0.7.0"
},
"packageDependencies": {
"atom-dark-syntax": "0.10.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"github-sign-in": "0.15.0",
"go-to-line": "0.12.0",
"grammar-selector": "0.15.0",
"image-view": "0.12.0",
"image-view": "0.14.0",
"keybinding-resolver": "0.8.0",
"link": "0.11.0",
"markdown-preview": "0.22.0",
Expand All @@ -98,7 +98,7 @@
"terminal": "0.23.0",
"timecop": "0.11.0",
"to-the-hubs": "0.16.0",
"tree-view": "0.54.0",
"tree-view": "0.56.0",
"visual-bell": "0.6.0",
"welcome": "0.4.0",
"whitespace": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/atom.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dialog = remote.require 'dialog'
app = remote.require 'app'

_ = require 'underscore-plus'
{Model} = require 'reactionary'
{Model} = require 'theorist'
fs = require 'fs-plus'

{$} = require './space-pen-extensions'
Expand Down
2 changes: 1 addition & 1 deletion src/display-buffer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _ = require 'underscore-plus'
{Emitter, Subscriber} = require 'emissary'
guid = require 'guid'
Serializable = require 'serializable'
{Model} = require 'reactionary'
{Model} = require 'theorist'
{Point, Range} = require 'text-buffer'
TokenizedBuffer = require './tokenized-buffer'
RowMap = require './row-map'
Expand Down
2 changes: 1 addition & 1 deletion src/editor.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_ = require 'underscore-plus'
path = require 'path'
Serializable = require 'serializable'
{Model} = require 'reactionary'
{Model} = require 'theorist'
{Point, Range} = require 'text-buffer'
LanguageMode = require './language-mode'
DisplayBuffer = require './display-buffer'
Expand Down
2 changes: 1 addition & 1 deletion src/project.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = require 'url'
_ = require 'underscore-plus'
fs = require 'fs-plus'
Q = require 'q'
{Model} = require 'reactionary'
{Model} = require 'theorist'
{Emitter, Subscriber} = require 'emissary'
Serializable = require 'serializable'

Expand Down
2 changes: 1 addition & 1 deletion src/tokenized-buffer.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_ = require 'underscore-plus'
{Model} = require 'reactionary'
{Model} = require 'theorist'
{Point, Range} = require 'text-buffer'
Serializable = require 'serializable'
TokenizedLine = require './tokenized-line'
Expand Down

0 comments on commit cbec03c

Please sign in to comment.