We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceee59a commit 9183c71Copy full SHA for 9183c71
package.json
@@ -1,18 +1,19 @@
1
{
2
"name": "@earthranger/react-native-jsonforms-formatter",
3
- "version": "1.0.4",
4
- "type": "module",
+ "version": "1.0.5",
5
"description": "Converts JTD into JSON Schema ",
6
- "main": "./dist/src/index.js",
+ "main": "./dist/bundle.js",
7
"types": "./dist/src/index.d.ts",
8
"module": "./dist/src/index.js",
+ "browser": "./dist/bundle.js",
9
"exports": {
10
".": {
11
12
"import": "./dist/src/index.js",
13
"require": "./dist/bundle.js"
14
}
15
},
16
+ "react-native": "./dist/bundle.js",
17
"scripts": {
18
"preinstall": "git config core.hooksPath .githooks",
19
"build": "npx webpack",
0 commit comments