Skip to content

Commit 6719055

Browse files
authored
Merge pull request #2 from getformo/P-830
[P-830] fix: remove trailing comma in package.json for valid JSON
1 parent b3a1d3f commit 6719055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:integration": "RUN_INTEGRATION_TESTS=true jest src/__tests__/integration.test.ts --runInBand"
1616
},
1717
"dependencies": {
18-
"ethereum-cryptography": "^3.2.0",
18+
"ethereum-cryptography": "^3.2.0"
1919
},
2020
"devDependencies": {
2121
"@swc/core": "^1.3.102",

0 commit comments

Comments
 (0)