remove trailing comma in package json
This commit is contained in:
parent
b19d1183e7
commit
677b1d2836
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"ignore_dirs": [
|
"ignore_dirs": [
|
||||||
".git",
|
".git",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"android/build",
|
"android/build",
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"eslint-plugin-react": "^6.4.1",
|
"eslint-plugin-react": "^6.4.1",
|
||||||
"flow-bin": "^0.35.0",
|
"flow-bin": "^0.35.0",
|
||||||
"react": "^15.3.0",
|
"react": "^15.3.0",
|
||||||
"react-dom": "^15.3.0",
|
"react-dom": "^15.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bows": "^1.6.0",
|
"bows": "^1.6.0",
|
||||||
|
|
Loading…
Reference in New Issue