Skip to content

Commit

Permalink
Minimal ajustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcisiojr committed Mar 8, 2014
1 parent e5c3a02 commit bb0257d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"name": "tarcisio.command-runner",
"name": "tarcisio.brackets-command-runner",
"title": "Command Runner",
"description": "Allow add dinamically hotkeys to execute console commands.",
"description": "Add hotkeys for running command line tools.",
"homepage": "https://github.com/tarcisiojr/brackets-command-runner",
"version": "0.0.7",
"version": "0.0.8",
"author": "Tarcísio Abadio de Magalhães Júnior <[email protected]>",
"license": "MIT",
"engines": {
"brackets": ">=0.36.0"
},
"main": "main.js",
"repository": {
"type": "git",
"url": "git://github.com/tarcisiojr/brackets-command-runner.git"
},
"bugs": {
"url": "https://github.com/tarcisiojr/brackets-command-runner/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit bb0257d

Please sign in to comment.