mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 21:39:54 +00:00
3da6b54df6
The top-level package.json explicitly includes the directories it needs (vendor/.npmignore cuts down the cruft). The publish-beta.sh script essentially uses `npm pack` to package up the NPM module and then push it into an orphaned `beta` branch.
13 lines
205 B
JSON
13 lines
205 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.16.0",
|
|
"realm": "file:../.."
|
|
}
|
|
}
|