Skip to content

Commit

Permalink
Merge pull request #140 from holochain/fix-broken-package-json-for-holo
Browse files Browse the repository at this point in the history
Fix broken package.json for holo
  • Loading branch information
ThetaSinner authored Nov 3, 2023
2 parents 8f62be1 + 4d2656d commit 5709f58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/lit/web-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@holochain-playground/cli": "^0.1.1",
"concurrently": "^6.2.1",
"rimraf": "^3.0.2",
"new-port-cli": "^1.0.0"
{{#if holo_enabled}}
"concurrently-repeat": "^0.0.1",
{{/if}}
"new-port-cli": "^1.0.0"
},
"engines": {
"npm": ">=7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions templates/svelte/web-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
{{/if}}
"package": "npm run build:happ && npm run package -w ui && hc web-app pack workdir --recursive",
"build:happ": "npm run build:zomes && hc app pack workdir --recursive",
"build:zomes": "RUSTFLAGS='' CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown"
"build:zomes": "RUSTFLAGS='' CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown"
},
"devDependencies": {
"devDependencies": {
"@holochain-playground/cli": "^0.1.1",
"concurrently": "^6.2.1",
"rimraf": "^3.0.2",
"new-port-cli": "^1.0.0"
{{#if holo_enabled}}
"concurrently-repeat": "^0.0.1",
{{/if}}
"new-port-cli": "^1.0.0"
},
"engines": {
"npm": ">=7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/vue/web-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@holochain-playground/cli": "^0.1.1",
"concurrently": "^6.2.1",
"rimraf": "^3.0.2",
"new-port-cli": "^1.0.0"
{{#if holo_enabled}}
"concurrently-repeat": "^0.0.1",
{{/if}}
"new-port-cli": "^1.0.0"
},
"engines": {
"npm": ">=7.0.0"
Expand Down

0 comments on commit 5709f58

Please sign in to comment.