create-solana-dapp
Advanced tools
Comparing version 2.2.0-beta.0 to 2.2.0-beta.1
@@ -7,2 +7,3 @@ "use strict"; | ||
const create_preset_1 = require("create-nx-workspace/src/create-preset"); | ||
const child_process_utils_1 = require("create-nx-workspace/src/utils/child-process-utils"); | ||
const error_utils_1 = require("create-nx-workspace/src/utils/error-utils"); | ||
@@ -22,2 +23,4 @@ const git_1 = require("create-nx-workspace/src/utils/git/git"); | ||
spin1.stop(`Successfully created workspace with ${packageManager}.`); | ||
// Delete the generated README.md | ||
yield (0, child_process_utils_1.execAndWait)('rm README.md', directory); | ||
// If the preset is a third-party preset, we need to call createPreset to install it | ||
@@ -24,0 +27,0 @@ // For first-party presets, it will created by createEmptyWorkspace instead. |
{ | ||
"name": "create-solana-dapp", | ||
"version": "2.2.0-beta.0", | ||
"version": "2.2.0-beta.1", | ||
"description": "Get up and running fast with Solana dApps", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
43786
582