Skip to content

Commit bf17b41

Browse files
authored
fix: Update package.json
1 parent ce4f3ac commit bf17b41

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@trieb.work/nextjs-turbo-redis-cache",
33
"version": "1.1.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/trieb-work/nextjs-turbo-redis-cache.git"
7+
},
48
"scripts": {
59
"dev": "pnpm test",
610
"build": "tsc",
@@ -11,8 +15,12 @@
1115
"prepare": "./scripts/prepare.sh"
1216
},
1317
"main": "dist/index.js",
14-
"type": "module",
1518
"types": "dist/index.d.ts",
19+
"exports": {
20+
"import": "./dist/index.js",
21+
"require": "./dist/index.js"
22+
},
23+
"type": "module",
1624
"keywords": [
1725
"nextjs",
1826
"redis",

0 commit comments

Comments
 (0)