react-creates
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -7,2 +7,8 @@ ### Changelog | ||
#### [v1.0.12](https://github.com/tzachbon/react-creates/compare/v1.0.11...v1.0.12) | ||
> 18 August 2020 | ||
- New react-scripts version: `1.0.11` [`07f3ec8`](https://github.com/tzachbon/react-creates/commit/07f3ec8bf634a146a67847935c8f5e7216d19840) | ||
#### [v1.0.11](https://github.com/tzachbon/react-creates/compare/v1.0.10...v1.0.11) | ||
@@ -9,0 +15,0 @@ |
#!/usr/bin/env node | ||
import * as componentParser from './scripts/component/parsers'; | ||
export { componentParser }; | ||
export {}; |
#!/usr/bin/env node | ||
"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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.componentParser = void 0; | ||
const commander_1 = require("commander"); | ||
const component_1 = require("./scripts/component"); | ||
const componentParser = __importStar(require("./scripts/component/parsers")); | ||
exports.componentParser = componentParser; | ||
commander_1.program | ||
.addCommand(component_1.createComponent()) | ||
.parse(process.argv); | ||
commander_1.program.addCommand(component_1.createComponent()).parse(process.argv); | ||
//# sourceMappingURL=react-creates.js.map |
{ | ||
"name": "react-creates", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development", | ||
@@ -9,3 +9,4 @@ "files": [ | ||
], | ||
"type": "dist/react-creates.d.ts", | ||
"type": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"bin": { | ||
@@ -12,0 +13,0 @@ "react-creates": "dist/react-creates.js" |
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
50845
73
632