Skip to content

Commit

Permalink
Merge pull request #1353 from stevemao/engines
Browse files Browse the repository at this point in the history
Engines
  • Loading branch information
maksimr committed Mar 17, 2015
2 parents 9148602 + 2f6db87 commit 63db4b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/intro/01-installation.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Karma runs on [Node.js] and is available as an [NPM] package.

## Installing Node.js
## Installing Node.js or iojs

There are [installers](http://nodejs.org/download/) for both Mac and Windows.
There are [node.js](http://nodejs.org/download/) or [iojs](https://iojs.org/en/index.html) for both Mac and Windows.
On Linux, we recommend using [NVM](https://github.com/creationix/nvm).

Note: Karma works on the two latest stable versions. That is **0.8.x** and **0.10.x** at this point.
Note: Karma works on the three latest stable versions of node. That is **0.8.x**, **0.10.x** and **0.12.x** at this point. Also works on iojs 1.x.x.


## Installing Karma and plugins
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
"main": "./lib/index",
"bin": {},
"engines": {
"node": "~0.8 || ~0.10"
"node": ">=0.8 <=0.12",
"iojs": "~1"
},
"version": "0.12.31",
"license": "MIT"
Expand Down

0 comments on commit 63db4b0

Please sign in to comment.