create-react-native-library 0.48.5 → 0.48.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-react-native-library",
3
- "version": "0.48.5",
3
+ "version": "0.48.6",
4
4
  "description": "CLI to scaffold React Native libraries",
5
5
  "keywords": [
6
6
  "react-native",
@@ -65,5 +65,5 @@
65
65
  "@types/validate-npm-package-name": "^3.0.3",
66
66
  "@types/yargs": "^17.0.10"
67
67
  },
68
- "gitHead": "b04635746b60411154e962a6e70e7436163b6ba2"
68
+ "gitHead": "9c0d0df06e65af995d685551835957c3af60d57a"
69
69
  }
@@ -217,8 +217,7 @@
217
217
  [
218
218
  "typescript",
219
219
  {
220
- "project": "tsconfig.build.json",
221
- "esm": true
220
+ "project": "tsconfig.build.json"
222
221
  }
223
222
  ]
224
223
  ]
@@ -11,7 +11,7 @@
11
11
  "jsx": "react-jsx",
12
12
  "lib": ["ESNext"],
13
13
  "module": "ESNext",
14
- "moduleResolution": "Bundler",
14
+ "moduleResolution": "bundler",
15
15
  "noEmit": true,
16
16
  "noFallthroughCasesInSwitch": true,
17
17
  "noImplicitReturns": true,