mirror of
https://github.com/cupcakearmy/koa-cookie.git
synced 2024-12-22 16:16:29 +00:00
Version Bump
This commit is contained in:
parent
5fbfdb25d7
commit
d820d73553
@ -1,5 +1,5 @@
|
|||||||
# koa-cookie
|
# koa-cookie
|
||||||
Koa Cookie Utility
|
Lightweight Koa-Middleware for Cookies
|
||||||
|
|
||||||
### Complete Example
|
### Complete Example
|
||||||
```javascript
|
```javascript
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cca-koa-cookie",
|
"name": "cca-koa-cookie",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Cookie Parser and Setter for Koa",
|
"description": "Cookie Parser and Setter for Koa",
|
||||||
"main": "Cookie.js",
|
"main": "Cookie.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -9,8 +9,10 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Koa",
|
"Koa",
|
||||||
|
"Middleware"
|
||||||
"Cookie",
|
"Cookie",
|
||||||
"cca"
|
"cca",
|
||||||
|
"lightweight"
|
||||||
],
|
],
|
||||||
"author": "Niccolo Borgioli",
|
"author": "Niccolo Borgioli",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
@ -18,4 +20,4 @@
|
|||||||
"url": "https://github.com/CupCakeArmy/koa-cookie/issues"
|
"url": "https://github.com/CupCakeArmy/koa-cookie/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/CupCakeArmy/koa-cookie#readme"
|
"homepage": "https://github.com/CupCakeArmy/koa-cookie#readme"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user