feat: allow custom locale store cookie domain (#33)

* test: use mocha@4
This commit is contained in:
fengmk2
2019-04-17 10:43:00 +08:00
committed by GitHub
parent b3c8ab19e5
commit 08037ee0ae
6 changed files with 50 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
"istanbul": "*",
"koa": "^1.2.4",
"mm": "^2.0.0",
"mocha": "*",
"mocha": "4",
"pedding": "^1.1.0",
"supertest": "^2.0.1"
},
@@ -41,8 +41,7 @@
"web": "https://github.com/koajs/locales"
},
"bugs": {
"url": "https://github.com/koajs/locales/issues",
"email": "m@fengmk2.com"
"url": "https://github.com/koajs/locales/issues"
},
"keywords": [
"koa-locales",
@@ -55,8 +54,8 @@
"node": ">=4.0.0"
},
"ci": {
"version": "4, 6, 7"
"version": "4, 6, 8, 10, 11"
},
"author": "fengmk2 <m@fengmk2.com> (https://fengmk2.com)",
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
"license": "MIT"
}