Skip to content

Commit c5a228d

Browse files
fix(node): missing comma in package.json
1 parent 1bd522e commit c5a228d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/package.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "{{ sdk.version }}",
66
"license": "{{ sdk.license }}",
77
"main": "./index.js",
8-
"types": "./index.d.ts"
8+
"types": "./index.d.ts",
99
"repository": {
1010
"type": "git",
1111
"url": "{{ sdk.gitURL }}"

0 commit comments

Comments
 (0)