Skip to content

Commit cb52c7d

Browse files
Merge pull request #15 from SimformSolutionsPvtLtd/develop
Release v1.1.0
2 parents 69689d5 + 9692682 commit cb52c7d

File tree

1 file changed

+5
-32
lines changed

1 file changed

+5
-32
lines changed

package.json

+5-32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-app-data-sharing",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "This React Native package facilitates seamless and secure data sharing between applications on the same device.",
55
"source": "./src/index.tsx",
66
"main": "./build/commonjs/index.js",
@@ -24,7 +24,6 @@
2424
"!**/__mocks__",
2525
"!**/.*",
2626
"plugin",
27-
"!plugin/src",
2827
"app.plugin.js"
2928
],
3029
"scripts": {
@@ -161,25 +160,9 @@
161160
"source": "src",
162161
"output": "build",
163162
"targets": [
164-
[
165-
"commonjs",
166-
{
167-
"esm": true
168-
}
169-
],
170-
[
171-
"module",
172-
{
173-
"esm": true
174-
}
175-
],
176-
[
177-
"typescript",
178-
{
179-
"project": "tsconfig.build.json",
180-
"esm": true
181-
}
182-
]
163+
"commonjs",
164+
"module",
165+
"typescript"
183166
]
184167
},
185168
"create-react-native-library": {
@@ -190,15 +173,5 @@
190173
"dependencies": {
191174
"@expo/config-plugins": "^9.0.12"
192175
},
193-
"types": "build/typescript/commonjs/src/index.d.ts",
194-
"exports": {
195-
".": {
196-
"import": {
197-
"types": "./build/typescript/module/src/index.d.ts"
198-
},
199-
"require": {
200-
"types": "./build/typescript/commonjs/src/index.d.ts"
201-
}
202-
}
203-
}
176+
"types": "build/typescript/src/index.d.ts"
204177
}

0 commit comments

Comments
 (0)