create-react-ts-app
Advanced tools
Comparing version 0.1.3 to 0.1.4
12
index.js
@@ -52,4 +52,4 @@ #!/usr/bin/env node | ||
* - a specific npm version: "0.22.0-rc1" | ||
* - a .tgz archive from any npm repo: "https://registry.npmjs.org/react-scripts/-/react-scripts-0.20.0.tgz" | ||
* - a package prepared with `npm pack`: "/Users/home/vjeux/create-react-app/react-scripts-0.22.0.tgz" | ||
* - a .tgz archive from any npm repo: "https://registry.npmjs.org/react-ts-scripts/-/react-ts-scripts-0.20.0.tgz" | ||
* - a package prepared with `npm pack`: "/Users/home/vjeux/create-react-app/react-ts-scripts-0.22.0.tgz" | ||
*/ | ||
@@ -96,3 +96,3 @@ var commands = argv._; | ||
console.log('Installing packages. This might take a couple minutes.'); | ||
console.log('Installing react-scripts from npm...'); | ||
console.log('Installing react-ts-scripts from npm...'); | ||
console.log(); | ||
@@ -123,3 +123,3 @@ | ||
'node_modules', | ||
'react-scripts', | ||
'react-ts-scripts', | ||
'scripts', | ||
@@ -134,3 +134,3 @@ 'init.js' | ||
function getInstallPackage(version) { | ||
var packageToInstall = 'react-scripts'; | ||
var packageToInstall = 'react-ts-scripts'; | ||
var validSemver = semver.valid(version); | ||
@@ -150,3 +150,3 @@ if (validSemver) { | ||
'node_modules', | ||
'react-scripts', | ||
'react-ts-scripts', | ||
'package.json' | ||
@@ -153,0 +153,0 @@ ); |
{ | ||
"name": "create-react-ts-app", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5503