Skip to content

Commit e296d15

Browse files
committed
Remove trailing comma from packages.json of example
1 parent beb6396 commit e296d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"start": "node node_modules/react-native/local-cli/cli.js start",
6+
"start": "node node_modules/react-native/local-cli/cli.js start"
77
},
88
"dependencies": {
99
"react": "15.3.2",

0 commit comments

Comments
 (0)