react-creates
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -7,2 +7,10 @@ ### Changelog | ||
#### [v1.0.25](https://github.com/tzachbon/react-creates/compare/v1.0.24...v1.0.25) | ||
> 7 September 2020 | ||
- Add lerna as dev dep [`6cb026e`](https://github.com/tzachbon/react-creates/commit/6cb026e9a922a5eb9b226ca9223acbd737f70bfc) | ||
- Update scripts [`21761b0`](https://github.com/tzachbon/react-creates/commit/21761b0a594682bccfea0e402070d4028f87c17d) | ||
- chore(vsc): new logos [`c7af4bf`](https://github.com/tzachbon/react-creates/commit/c7af4bf82a6ab89d52ed12498472a3770bc969a9) | ||
#### [v1.0.24](https://github.com/tzachbon/react-creates/compare/v1.0.23...v1.0.24) | ||
@@ -9,0 +17,0 @@ |
@@ -8,6 +8,5 @@ "use strict"; | ||
const commander_1 = require("commander"); | ||
const chalk_1 = __importDefault(require("chalk")); | ||
const config_1 = __importDefault(require("../../utils/config")); | ||
const run_1 = require("./run"); | ||
const options_logger_1 = require("./options-logger"); | ||
const options_logger_1 = require("./log/options-logger"); | ||
const error_1 = require("../../utils/error"); | ||
@@ -20,2 +19,3 @@ const parse_prop_types_1 = require("./parsers/parse-prop-types"); | ||
const parse_type_1 = require("./parsers/parse-type"); | ||
const log_header_1 = require("./log/log-header"); | ||
exports.createComponent = () => commander_1.program | ||
@@ -57,7 +57,3 @@ .command('component <name>') | ||
try { | ||
console.log(` | ||
React Creates: ${chalk_1.default.blueBright.bold('Component')} | ||
Parsing arguments... | ||
`); | ||
log_header_1.logHeader(name); | ||
target = await parse_target_1.parseTarget({ name, target }); | ||
@@ -64,0 +60,0 @@ await error_1.checkForMainDependencies({ target }); |
{ | ||
"name": "react-creates", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
78788
109
950