fix package.json JSON.parse error

This commit is contained in:
Hossam Hassan 2016-11-02 15:51:14 +02:00
parent ec5b0b1680
commit d6b658718d

View File

@ -27,7 +27,7 @@
"homepage": "https://github.com/Instabug/instabug-reactnative#readme", "homepage": "https://github.com/Instabug/instabug-reactnative#readme",
"rnpm": { "rnpm": {
"android": { "android": {
"packageInstance": "new RNInstabugReactnativePackage("YOUR_ANDROID_APPLICATION_TOKEN",MainApplication.this,"button")" "packageInstance": "new RNInstabugReactnativePackage(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this,\"button\")"
} }
} }
} }