Skip to content

Commit

Permalink
Issue template: fix env list ordering (facebook#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov authored and romaindso committed Jul 10, 2017
1 parent d63a784 commit 87fde24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

1. `node -v`:
2. `npm -v`:
4. `yarn --version` (if you use Yarn):
3. `npm ls react-scripts` (if you haven’t ejected):
3. `yarn --version` (if you use Yarn):
4. `npm ls react-scripts` (if you haven’t ejected):

Then, specify:

Expand Down

0 comments on commit 87fde24

Please sign in to comment.