Skip to content

Commit

Permalink
Tested. This code works fine in Node 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Nov 28, 2016
1 parent d6caf7f commit be949d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are several simpler approaches, but they all have problems: see

Then point your browser at http://localhost:3001/ .

(Note to myself: do `nvm use 4` first!)
(Note to myself: do `nvm use 6` first!)

Use Mocha to run the tests.
If you don't already have Mocha, you can avoid installing it globally
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"slow.io": "^0.0.1"
},
"engines": {
"node": "4.0.0"
"node": "6.9.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit be949d8

Please sign in to comment.