dooboo-cli
Advanced tools
Comparing version 8.5.1 to 8.6.0
@@ -405,3 +405,3 @@ #! /usr/bin/env node | ||
const providerFile = `./src/providers/${upperCamel}.tsx`; | ||
const providerTestFile = `./src/providers/__tests__/${upperCamel}.test.tsx`; | ||
const providerTestFile = `./test/providers/__tests__/${upperCamel}.test.tsx`; | ||
const exists = fs.existsSync(providerFile); | ||
@@ -408,0 +408,0 @@ if (exists) { |
{ | ||
"name": "dooboo-cli", | ||
"version": "8.5.1", | ||
"version": "8.6.0", | ||
"description": "React and react-native starter kit", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -17,3 +17,3 @@ 'use strict'; | ||
const component = `./src/components/${componentType}s/${name}.${fileExt}`; | ||
const testComponent = `./src/components/${componentType}s/__tests__/${name}.test.${fileExt}`; | ||
const testComponent = `./test/components/${componentType}s/${name}.test.${fileExt}`; | ||
return { | ||
@@ -20,0 +20,0 @@ file: component, |
{ | ||
"name": "dooboo-cli", | ||
"version": "8.5.1", | ||
"version": "8.6.0", | ||
"description": "React and react-native starter kit", | ||
@@ -5,0 +5,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
183170
2697