Skip to content

Commit 62c96eb

Browse files
committed
⚙️ Chore: Update Package Config
1 parent 2830603 commit 62c96eb

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

package.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
22
"name": "react-native-ios-context-menu",
3-
"version": "3.0.0-8",
3+
"version": "3.0.0-9",
44
"description": "A react-native component to use context menu's (UIMenu) on iOS 13/14+",
5-
"source": "./src/index.tsx",
6-
"module": "./lib/module/index.js",
7-
"types": "./lib/typescript/commonjs/src/index.d.ts",
8-
"exports": {
9-
".": {
10-
"import": {
11-
"types": "./lib/typescript/module/src/index.d.ts",
12-
"default": "./lib/module/index.js"
13-
},
14-
"require": {
15-
"types": "./lib/typescript/commonjs/src/index.d.ts",
16-
"default": "./lib/commonjs/index.js"
17-
}
18-
}
19-
},
5+
"main": "lib/commonjs/index",
6+
"module": "lib/module/index",
7+
"types": "lib/typescript/module/src/index.d.ts",
8+
"react-native": "src/index",
9+
"source": "src/index",
2010
"files": [
2111
"src",
2212
"lib",
@@ -33,7 +23,8 @@
3323
"!**/__tests__",
3424
"!**/__fixtures__",
3525
"!**/__mocks__",
36-
"!**/.*"
26+
"!**/.*",
27+
"ReactNativeIosUtilities.podspec"
3728
],
3829
"scripts": {
3930
"example": "yarn workspace react-native-ios-context-menu-example",

0 commit comments

Comments
 (0)