Skip to content

Commit

Permalink
Add React Native entrypoint in example package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Aug 13, 2018
1 parent 00f6115 commit a9889dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ When creating a new package you need to provide at least the following:
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime-corejs2": "7.0.0-beta.56"
},
Expand Down

0 comments on commit a9889dd

Please sign in to comment.