deps: humanize-ms@1.2.0, use ^ (#22)

master
Yiyu He 2016-05-21 00:39:21 +08:00 committed by fengmk2
parent dc6e8b2f7f
commit 1ec4e37bee
1 changed files with 12 additions and 12 deletions

View File

@ -10,27 +10,27 @@
"test": "eslint . && mocha --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "istanbul cover _mocha -- --check-leaks -t 5000 test/*.test.js",
"lint": "eslint .",
"autod": "autod -w --prefix '~'",
"autod": "autod -w --prefix '^'",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"debug": "~2.2.0",
"humanize-ms": "~1.0.1",
"ini": "~1.3.4",
"object-assign": "~4.0.1"
"debug": "^2.2.0",
"humanize-ms": "^1.2.0",
"ini": "^1.3.4",
"object-assign": "^4.1.0"
},
"devDependencies": {
"autod": "*",
"beautify-benchmark": "0",
"benchmark": "2.0.0",
"autod": "2",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.0",
"contributors": "*",
"eslint": "1",
"istanbul": "*",
"koa": "1",
"mm": "1",
"koa": "^1.2.0",
"mm": "^1.3.5",
"mocha": "*",
"pedding": "1",
"supertest": "1"
"pedding": "^1.0.0",
"supertest": "^1.2.0"
},
"homepage": "https://github.com/koajs/locales",
"repository": {