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