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 Utility
|
||||
Lightweight Koa-Middleware for Cookies
|
||||
|
||||
### Complete Example
|
||||
```javascript
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cca-koa-cookie",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Cookie Parser and Setter for Koa",
|
||||
"main": "Cookie.js",
|
||||
"repository": {
|
||||
@ -9,8 +9,10 @@
|
||||
},
|
||||
"keywords": [
|
||||
"Koa",
|
||||
"Middleware"
|
||||
"Cookie",
|
||||
"cca"
|
||||
"cca",
|
||||
"lightweight"
|
||||
],
|
||||
"author": "Niccolo Borgioli",
|
||||
"license": "ISC",
|
||||
@ -18,4 +20,4 @@
|
||||
"url": "https://github.com/CupCakeArmy/koa-cookie/issues"
|
||||
},
|
||||
"homepage": "https://github.com/CupCakeArmy/koa-cookie#readme"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user