Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed May 15, 2020
1 parent 0a684be commit 7fce34b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fbsdk",
"version": "1.1.2",
"version": "2.0.0-beta.0",
"description": "Facebook SDK support for React Native apps.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -93,7 +93,12 @@
"source": "src",
"output": "lib",
"targets": [
["commonjs", {"copyFlow": true}],
[
"commonjs",
{
"copyFlow": true
}
],
"module"
]
}
Expand Down

0 comments on commit 7fce34b

Please sign in to comment.