create-react-native-library
Advanced tools
Comparing version 0.38.3 to 0.38.4
@@ -87,3 +87,3 @@ "use strict"; | ||
const androidBuild = ['npm run mkdist', 'react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist', SCRIPTS_TO_ADD['build:android']].join(' && '); | ||
const iosBuild = ['npm run mkdist', 'react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist', SCRIPTS_TO_ADD['build:android']].join(' && '); | ||
const iosBuild = ['npm run mkdist', 'react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist', SCRIPTS_TO_ADD['build:ios']].join(' && '); | ||
Object.assign(scripts, { | ||
@@ -90,0 +90,0 @@ 'build:android': androidBuild, |
{ | ||
"name": "create-react-native-library", | ||
"version": "0.38.3", | ||
"version": "0.38.4", | ||
"description": "CLI to scaffold React Native libraries", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "af4dbda7cf9b703ecc7a78703c8c43d388a89acd" | ||
"gitHead": "2a62bed81147cadf65c9283d567e53d010b83f13" | ||
} |
{ | ||
"extends": "./tsconfig", | ||
"exclude": ["example"] | ||
"exclude": ["example", "lib"] | ||
} |
Sorry, the diff of this file is not supported yet
3548324