Skip to content

Commit

Permalink
Fixed package files
Browse files Browse the repository at this point in the history
  • Loading branch information
AyronK committed Oct 2, 2024
1 parent 35e1510 commit eac51e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/nextjs-cache-handler/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
src
.prettierrc.js
eslint.config.json
tsconfig.json
tsup.config.ts
5 changes: 4 additions & 1 deletion packages/nextjs-cache-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
],
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
}
},
"files": [
"dist"
]
}

0 comments on commit eac51e1

Please sign in to comment.