create-react-app
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -141,3 +141,3 @@ #!/usr/bin/env node | ||
try { | ||
execSync('yarn --version', {stdio: 'ignore'}); | ||
execSync('yarnpkg --version', {stdio: 'ignore'}); | ||
return true; | ||
@@ -153,3 +153,3 @@ } catch (e) { | ||
if (shouldUseYarn()) { | ||
command = 'yarn'; | ||
command = 'yarnpkg'; | ||
args = [ 'add', '--dev', '--exact', packageToInstall]; | ||
@@ -156,0 +156,0 @@ } else { |
{ | ||
"name": "create-react-app", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react" |
10115