Skip to content

Commit e29f333

Browse files
committed
0.4.3
1 parent c10e32a commit e29f333

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-react-bridge",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "An easy way to integrate your React app into React Native app with WebView.",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",
@@ -15,7 +15,6 @@
1515
"tsc:d": "tsc -p . --outDir lib -d --emitDeclarationOnly",
1616
"prepublishOnly": "rimraf lib && npm run build && npm run tsc:d"
1717
},
18-
"dependencies": {},
1918
"devDependencies": {
2019
"@babel/core": "7.11.6",
2120
"@babel/preset-env": "7.11.5",

0 commit comments

Comments
 (0)