We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc71e4f commit 6f59f75Copy full SHA for 6f59f75
packages/cache/package.json
@@ -56,16 +56,18 @@
56
"test:dev:vitest:watch": "vitest watch",
57
"test:ci:vitest": "vitest run"
58
},
59
- "keywords": [],
+ "keywords": [
60
+ "netlify",
61
+ "cdn",
62
+ "cache",
63
+ "cachestorage"
64
+ ],
65
"license": "MIT",
66
"repository": "netlify/cache",
67
"bugs": {
68
"url": "https://github.com/netlify/cache/issues"
69
70
"author": "Netlify Inc.",
- "directories": {
- "test": "test"
- },
71
"devDependencies": {
72
"npm-run-all2": "^7.0.2",
73
"semver": "^7.5.3",
0 commit comments