Skip to content

Commit d5a2d4f

Browse files
committed
Fixed trailing comma in package.json
1 parent 1affdb7 commit d5a2d4f

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
@@ -22,7 +22,7 @@
2222
],
2323
"peerDependencies": {
2424
"react-native-vector-icons": "^4.0.0",
25-
"react-native-extra-dimensions-android": "^0.21.0",
25+
"react-native-extra-dimensions-android": "^0.21.0"
2626
},
2727
"devDependencies": {
2828
"babel-jest": "^19.0.0",

0 commit comments

Comments
 (0)