Skip to content

Commit 73dbe81

Browse files
add 1.0.1
1 parent 04d1bb6 commit 73dbe81

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
netlify-plugin-ttl-cache*.tgz

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "netlify-plugin-ttl-cache",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"description": "A Netlify plugin for persisting immutable build assets across releases.",
5+
"keywords": [
6+
"netlify",
7+
"netlify-plugin",
8+
"cache",
9+
"ttl"
10+
],
511
"author": "Andy Richardson (andyrichardson)",
612
"license": "MIT",
713
"repository": {
@@ -12,7 +18,7 @@
1218
"url": "https://github.com/andyrichardson/netlify-plugin-ttl-cache/issues"
1319
},
1420
"homepage": "https://github.com/andyrichardson/netlify-plugin-ttl-cache#readme",
15-
"main": "index.js",
21+
"main": "src/index.js",
1622
"files": [
1723
"src/index.js",
1824
"src/utils.js",

0 commit comments

Comments
 (0)