Skip to content

Commit d6b6587

Browse files
fix package.json JSON.parse error
1 parent ec5b0b1 commit d6b6587

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
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/Instabug/instabug-reactnative#readme",
2828
"rnpm": {
2929
"android": {
30-
"packageInstance": "new RNInstabugReactnativePackage("YOUR_ANDROID_APPLICATION_TOKEN",MainApplication.this,"button")"
30+
"packageInstance": "new RNInstabugReactnativePackage(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this,\"button\")"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)