fix: merge-descriptors should be in dependencies

closes #8
master
fengmk2 2015-09-15 01:07:19 +08:00
parent d5417af027
commit 7da34b5d6a
2 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,4 @@
sudo: false
language: node_js language: node_js
node_js: node_js:
- '4' - '4'

View File

@ -17,21 +17,21 @@
"dependencies": { "dependencies": {
"debug": "~2.2.0", "debug": "~2.2.0",
"humanize-ms": "~1.0.1", "humanize-ms": "~1.0.1",
"ini": "~1.3.4" "ini": "~1.3.4",
"merge-descriptors": "~1.0.0"
}, },
"devDependencies": { "devDependencies": {
"autod": "*", "autod": "*",
"beautify-benchmark": "~0.2.4", "beautify-benchmark": "0",
"benchmark": "~1.0.0", "benchmark": "1",
"contributors": "*", "contributors": "*",
"istanbul-harmony": "*", "istanbul-harmony": "*",
"jshint": "*", "jshint": "*",
"koa": "~0.21.0", "koa": "1",
"mm": "~1.1.0", "mm": "1",
"mocha": "*", "mocha": "*",
"pedding": "~1.0.0", "pedding": "1",
"supertest": "~1.0.1", "supertest": "1"
"merge-descriptors": "~1.0.0"
}, },
"homepage": "https://github.com/koajs/locales", "homepage": "https://github.com/koajs/locales",
"repository": { "repository": {