Skip to content

Commit

Permalink
⚙️ Chore: Update Package Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Nov 6, 2024
1 parent 2830603 commit 62c96eb
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
{
"name": "react-native-ios-context-menu",
"version": "3.0.0-8",
"version": "3.0.0-9",
"description": "A react-native component to use context menu's (UIMenu) on iOS 13/14+",
"source": "./src/index.tsx",
"module": "./lib/module/index.js",
"types": "./lib/typescript/commonjs/src/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/typescript/module/src/index.d.ts",
"default": "./lib/module/index.js"
},
"require": {
"types": "./lib/typescript/commonjs/src/index.d.ts",
"default": "./lib/commonjs/index.js"
}
}
},
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/module/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
Expand All @@ -33,7 +23,8 @@
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
"!**/.*",
"ReactNativeIosUtilities.podspec"
],
"scripts": {
"example": "yarn workspace react-native-ios-context-menu-example",
Expand Down

0 comments on commit 62c96eb

Please sign in to comment.