Comparing version 1.1.0 to 1.2.0
@@ -63,2 +63,6 @@ "use strict"; | ||
}, | ||
[types_1.AppTypes.UILibrary]: { | ||
dependencies: ["react", "react-dom", "tslib"], | ||
devDependencies: ["@storybook/addon-a11y", "@storybook/addon-actions", "@storybook/addon-knobs", "@storybook/react", "exos-scripts", "typescript"], | ||
}, | ||
}; | ||
@@ -65,0 +69,0 @@ console.log("Installing dependencies.."); |
@@ -8,3 +8,4 @@ "use strict"; | ||
AppTypes["Library"] = "Library"; | ||
AppTypes["UILibrary"] = "UILibrary"; | ||
})(AppTypes = exports.AppTypes || (exports.AppTypes = {})); | ||
//# sourceMappingURL=types.js.map |
export declare enum AppTypes { | ||
ReactApp = "ReactApp", | ||
Library = "Library" | ||
Library = "Library", | ||
UILibrary = "UILibrary" | ||
} | ||
@@ -5,0 +6,0 @@ export interface CommandArguments { |
{ | ||
"name": "exos-cli", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "CLI tool for building React + TypeScript applications", | ||
@@ -5,0 +5,0 @@ "main": "./dist/exos-cli.js", |
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
65919
91
636