Skip to content

Commit 9ac65fe

Browse files
Merge pull request #71 from markusguenther/fix/package-json
Fix: Adds missing comma in package.json
2 parents f935da2 + 70d9325 commit 9ac65fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"conventional-changelog-eslint": "^3.0.1",
4545
"cz-adapter-eslint": "^0.2.0",
4646
"eslint": "^6.0.0",
47-
"eslint-config-prettier": "^5.0.0"
47+
"eslint-config-prettier": "^5.0.0",
4848
"eslint-plugin-prettier": "^3.1.0",
4949
"eslint-plugin-react": "^7.13.0",
5050
"fbjs": "^1.0.0",

0 commit comments

Comments
 (0)