Skip to content

Commit 2845363

Browse files
fix: add plugin entry point
1 parent 7562b11 commit 2845363

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"android",
1414
"ios",
1515
"cpp",
16+
"plugin.js",
1617
"*.podspec",
1718
"!lib/typescript/example",
1819
"!ios/build",
@@ -167,4 +168,4 @@
167168
"type": "modules",
168169
"jsSrcsDir": "src"
169170
}
170-
}
171+
}

Diff for: plugin.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require("./src/plugin");

0 commit comments

Comments
 (0)