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 35e1510 commit eac51e1Copy full SHA for eac51e1
packages/nextjs-cache-handler/.npmignore
@@ -0,0 +1,6 @@
1
+node_modules
2
+src
3
+.prettierrc.js
4
+eslint.config.json
5
+tsconfig.json
6
+tsup.config.ts
packages/nextjs-cache-handler/package.json
@@ -70,5 +70,8 @@
70
],
71
"optionalDependencies": {
72
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
73
- }
+ },
74
+ "files": [
75
+ "dist"
76
+ ]
77
}
0 commit comments