react-creates
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -7,2 +7,10 @@ ### Changelog | ||
#### [v1.0.21](https://github.com/tzachbon/react-creates/compare/v1.0.20...v1.0.21) | ||
> 29 August 2020 | ||
- text(cli): fix fail test [`25e3e82`](https://github.com/tzachbon/react-creates/commit/25e3e82e813d8331b1853cf17c3d5cbd1e869910) | ||
- feat(cli): get version [`3e6cd62`](https://github.com/tzachbon/react-creates/commit/3e6cd621d905439e76e543d696a39685f5ddb210) | ||
- New react-scripts version: `1.0.20` [`0a719ad`](https://github.com/tzachbon/react-creates/commit/0a719adca43409ad399f92bebdf8ccbfc4e8d491) | ||
#### [v1.0.20](https://github.com/tzachbon/react-creates/compare/v1.0.19...v1.0.20) | ||
@@ -9,0 +17,0 @@ |
@@ -6,6 +6,11 @@ #!/usr/bin/env node | ||
const component_1 = require("./scripts/component"); | ||
const clean_cache_1 = require("./scripts/clean-cache/clean-cache"); | ||
const clean_cache_1 = require("./scripts/clean-cache"); | ||
const package_notify_1 = require("./utils/package-notify"); | ||
const version_1 = require("./scripts/version"); | ||
package_notify_1.checkForUpdate(); | ||
commander_1.program.addCommand(component_1.createComponent()).addCommand(clean_cache_1.cleanCache()).parse(process.argv); | ||
commander_1.program | ||
.addCommand(component_1.createComponent()) | ||
.addCommand(clean_cache_1.cleanCache()) | ||
.addCommand(version_1.getVersion()) | ||
.parse(process.argv); | ||
//# sourceMappingURL=react-creates.js.map |
@@ -0,1 +1,14 @@ | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./clean-cache"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "react-creates", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"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
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
75013
106
926