diff --git a/.npmignore b/.npmignore index be83b42..c5e39e9 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ .github/ +.netlify/ example/ diff --git a/package.json b/package.json index 8802d0c..ba5aae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-plugin-cache", - "version": "1.0.1", + "version": "1.0.2", "description": "Generic cache plugin for saving and restoring files and/or folders between Netlify builds", "author": "Jake Jarvis ", "license": "MIT",