Skip to content

Commit

Permalink
fix-deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
andya committed May 1, 2015
1 parent 1bc8413 commit 1d66e7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions menus/darwin.cson
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
'context-menu':
'.platform-darwin .tree-view':
'Open Terminal at Root' : 'atom-terminal:open-project-root'
'.platform-darwin .tree-view': [{label: 'Open Terminal at Root', command: 'atom-terminal:open-project-root'}]
3 changes: 1 addition & 2 deletions menus/win32.cson
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
'context-menu':
'.platform-win32 .tree-view':
'Open Terminal at Root' : 'atom-terminal:open-project-root'
'.platform-win32 .tree-view': [{label: 'Open Terminal at Root', command: 'atom-terminal:open-project-root'}]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"main": "./lib/atom-terminal",
"version": "0.7.0",
"description": "Open terminal in the current file's directory.",
"activationEvents": [
"atom-terminal:open",
"atom-terminal:open-project-root"
],
"activationCommands": {
"atom-workspace": ["atom-terminal:open"],
"atom-workspace": ["open-project-root"]
},
"repository": "https://github.com/karan/atom-terminal",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 1d66e7e

Please sign in to comment.