Skip to content

Commit

Permalink
Removed version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jan 13, 2025
1 parent 20fa612 commit b8a7cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/web_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub struct ScaffoldWebAppData<'a> {
pub hdk_version: &'a str,
pub hdi_version: &'a str,
pub holochain_client_version: &'a str,
pub holochain_playground_cli_version: &'a str,
pub holo_web_sdk_version: &'a str,
pub hc_spin_version: &'a str,
pub package_manager: PackageManager,
Expand All @@ -42,7 +41,6 @@ pub fn scaffold_web_app_template(
hdi_version: versions::HDI_VERSION,
holochain_client_version: versions::HOLOCHAIN_CLIENT_VERSION,
holo_web_sdk_version: versions::WEB_SDK_VERSION,
holochain_playground_cli_version: versions::HOLOCHAIN_PLAYGROUND_CLI_VERSION,
hc_spin_version: versions::HC_SPIN_VERSION,
package_manager,
tryorama_version: versions::TRYORAMA_VERSION,
Expand Down

0 comments on commit b8a7cbc

Please sign in to comment.