get rid of 0.11

This commit is contained in:
dead_horse 2015-08-30 23:42:44 +08:00
parent 36a933375b
commit 6563e6ac3d
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ ifeq ($(findstring io.js, $(shell which node)),)
endif endif
ifeq (node, $(BIN)) ifeq (node, $(BIN))
FLAGS = --harmony-generators FLAGS = --harmony
endif endif
REQUIRED = --require should --require should-http REQUIRED = --require should --require should-http

View file

@ -21,7 +21,7 @@ $ npm install koa
Koa is supported in all versions of [iojs](https://iojs.org) without any flags. Koa is supported in all versions of [iojs](https://iojs.org) without any flags.
To use Koa with node, you must be running __node 0.11.16__ or higher for generator and promise support, and must run node(1) To use Koa with node, you must be running __node 0.12.0__ or higher for generator and promise support, and must run node(1)
with the `--harmony-generators` or `--harmony` flag. with the `--harmony-generators` or `--harmony` flag.
## Community ## Community

View file

@ -53,7 +53,7 @@
"test-console": "^0.7.1" "test-console": "^0.7.1"
}, },
"engines": { "engines": {
"node": ">= 0.11.16", "node": ">= 0.12.0",
"iojs": ">= 1.0.0" "iojs": ">= 1.0.0"
}, },
"files": [ "files": [