Add caching
Showing
... | ... | @@ -16,7 +16,8 @@ |
"dependencies": { | ||
"express": "*", | ||
"wpapi": "*", | ||
"express-handlebars": "*" | ||
"express-handlebars": "*", | ||
"apicache": "*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment