Skip to content

Commit

Permalink
Fix commands list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi77 committed Sep 20, 2016
1 parent 189872d commit 3e80d11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ NPM integration for Atom.

## Commands

| Command | Effect | Default Windows/Linux key binding | Default MacOS X key binding |
|--------------------|-------------------------------------------------------------------|-----------------------------------|-----------------------------|
| `npm install` | Install dependencies from `package.json` or `npm-shrinkwrap.json` | `Ctrl+Alt+N I` | `Cmd+Alt+N I` |
| `npm update` | Update installed packages | `Ctrl+Alt+N U` | `Cmd+Alt+N U` |
| `npm outdated` | List of outdated packages | `Ctrl+Alt+N O` | `Cmd+Alt+N O` |
| `npm run <script>` | Run script | `Ctrl+Alt+N R` | `Cmd+Alt+N R` |
| Command | Effect | Default Windows/Linux key binding | Default MacOS X key binding |
|---------------------------------|-------------------------------------------------------------------|-----------------------------------|-----------------------------|
| `atom-npm:install-dependencies` | Install dependencies from `package.json` or `npm-shrinkwrap.json` | `Ctrl+Alt+N I` | `Cmd+Alt+N I` |
| `atom-npm:update-dependencies` | Update installed packages | `Ctrl+Alt+N U` | `Cmd+Alt+N U` |
| `atom-npm:outdated` | List of outdated packages | `Ctrl+Alt+N O` | `Cmd+Alt+N O` |
| `atom-npm:run` | Run script | `Ctrl+Alt+N R` | `Cmd+Alt+N R` |

## Multi-project support

Expand Down

0 comments on commit 3e80d11

Please sign in to comment.