1
mirror of https://github.com/jakejarvis/netlify-plugin-cache.git synced 2025-10-27 18:55:51 -04:00

add *very* basic example site

This commit is contained in:
2020-06-06 12:51:29 -04:00
parent 97c0823c18
commit 703b80244e
9 changed files with 37 additions and 0 deletions

10
example/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"private": true,
"name": "netlify-plugin-cache-example",
"version": "1.0.0",
"description": "Just a test of netlify-plugin-cache.",
"dependencies": {
"netlify-plugin-cache": "*",
"netlify-plugin-debug-cache": "^1.0.3"
}
}