Skip to content

Commit

Permalink
Fixed identifier case
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 28, 2024
1 parent 36d738f commit c1a4587
Show file tree
Hide file tree
Showing 46 changed files with 3,202 additions and 613 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]
members = ["crates/*"]
resolver = "2"

exclude = ["examples/holochain-runtime"]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "{{runtime_name}}",
"version": "0.0.0",
"identifier": "{{snake_case runtime_name}}",
"identifier": "{{flat_case runtime_name}}",
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
Expand Down
Loading

0 comments on commit c1a4587

Please sign in to comment.