Skip to content

Commit df0156f

Browse files
committed
chore: package
1 parent 1e7c1f4 commit df0156f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "vue-contentful-hook",
3+
"author": "Lucien Bénié <[email protected]>",
34
"version": "1.3.1",
45
"description": "A vue hook to fetch contentful data using GraphQL query",
56
"repository": {
@@ -25,7 +26,8 @@
2526
"exports": {
2627
".": {
2728
"import": "./dist/vue-contentful-hook.es.js",
28-
"require": "./dist/vue-contentful-hook.umd.js"
29+
"require": "./dist/vue-contentful-hook.umd.js",
30+
"types": "./dist/types/index.d.ts"
2931
}
3032
},
3133
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)