deps: humanize-ms@1.2.0, use ^ (#22)
parent
dc6e8b2f7f
commit
1ec4e37bee
24
package.json
24
package.json
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue