Skip to content

Commit 9183c71

Browse files
committed
bump version resolve to packaged library
1 parent ceee59a commit 9183c71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "@earthranger/react-native-jsonforms-formatter",
3-
"version": "1.0.4",
4-
"type": "module",
3+
"version": "1.0.5",
54
"description": "Converts JTD into JSON Schema ",
6-
"main": "./dist/src/index.js",
5+
"main": "./dist/bundle.js",
76
"types": "./dist/src/index.d.ts",
87
"module": "./dist/src/index.js",
8+
"browser": "./dist/bundle.js",
99
"exports": {
1010
".": {
1111
"types": "./dist/src/index.d.ts",
1212
"import": "./dist/src/index.js",
1313
"require": "./dist/bundle.js"
1414
}
1515
},
16+
"react-native": "./dist/bundle.js",
1617
"scripts": {
1718
"preinstall": "git config core.hooksPath .githooks",
1819
"build": "npx webpack",

0 commit comments

Comments
 (0)