Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotdrew committed Jul 18, 2016
1 parent 1f7142e commit ca93828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions backend/ide-init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ getVMPort = ->
atom.commands.dispatch(workspaceView, 'learn-ide:toggle-terminal')
return true

window.BrowserWindow = BrowserWindow

# TODO: Remove this temporary helper eventually...
githubLogout = ->
win = new BrowserWindow(show: false)
win.webContents.on 'did-finish-load', -> win.show()
Expand All @@ -164,7 +161,7 @@ githubLogout = ->
learnLogout = ->
win = new BrowserWindow(show: false)
win.webContents.on 'did-finish-load', -> win.destroy()
win.loadUrl('http://localhost:3000/sign_out')
win.loadUrl('https://learn.co/sign_out')

window.logout = ->
atom.config.unset('integrated-learn-environment.oauthToken')
Expand Down
2 changes: 1 addition & 1 deletion lib/models/synced-fs.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class SyncedFS
onResync: (event) ->
path = @getPath(event.target)
atom.confirm
message: 'Are you sure you want continue?'
message: 'Are you sure you want to continue?'
detailedMessage: "The following local path will be moved to the trash and
replaced by its remote counterpart: \n\n#{path}"
buttons:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "integrated-learn-environment",
"main": "./lib/integrated-learn-environment",
"urlMain": "./lib/url-handler",
"version": "1.0.0",
"description": "Learn meets Atom",
"version": "1.9.0",
"description": "An integrated development environment for use with Learn.co",
"keywords": [],
"activationCommands": {
"atom-workspace": "learn-ide:toggle-terminal"
},
"repository": "https://github.com/atom/integrated-learn-environment",
"repository": "https://github.com/flatiron-labs/integrated-learn-environment",
"license": "Pending",
"engines": {
"atom": ">=1.0.0 <2.0.0"
Expand Down

0 comments on commit ca93828

Please sign in to comment.