create-nextron-app
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -68,2 +68,3 @@ #!/usr/bin/env node | ||
} catch (error) { | ||
console.error(error); | ||
spinner.fail(error); | ||
@@ -70,0 +71,0 @@ } |
{ | ||
"name": "create-nextron-app", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Create nextron (Next.js + Electron) apps in one command", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:saltyshiomix/create-nextron-app.git", |
@@ -29,3 +29,3 @@ <p align="center"><img src="https://i.imgur.com/DNOsAH0.png"></p> | ||
# specific release branch of nextron | ||
$ npx create-nextron-app my-app --example with-typescript-emotion --branch release/v5 | ||
$ npx create-nextron-app my-app --example with-typescript-emotion --branch release/v8 | ||
``` | ||
@@ -43,3 +43,3 @@ | ||
# specific release branch of nextron | ||
$ yarn create nextron-app my-app --example with-typescript-emotion --branch release/v5 | ||
$ yarn create nextron-app my-app --example with-typescript-emotion --branch release/v8 | ||
``` | ||
@@ -46,0 +46,0 @@ |
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
9084
175