Skip to content

Commit 813f75e

Browse files
taeyzzzThanetpon Kultontikorn
andauthored
bundle dependency (#7)
* bundle dependency * update version --------- Co-authored-by: Thanetpon Kultontikorn <[email protected]>
1 parent c4ce0dd commit 813f75e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agoda-graphql-csharp-generator",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "index.js",
55
"files": [
66
"dist"
@@ -23,5 +23,8 @@
2323
},
2424
"dependencies": {
2525
"agoda-graphql-codegen-csharp": "^1.1.318"
26-
}
26+
},
27+
"bundledDependencies": [
28+
"agoda-graphql-codegen-csharp"
29+
]
2730
}

0 commit comments

Comments
 (0)