File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 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" ,
3323 " !**/__tests__" ,
3424 " !**/__fixtures__" ,
3525 " !**/__mocks__" ,
36- " !**/.*"
26+ " !**/.*" ,
27+ " ReactNativeIosUtilities.podspec"
3728 ],
3829 "scripts" : {
3930 "example" : " yarn workspace react-native-ios-context-menu-example" ,
You can’t perform that action at this time.
0 commit comments