Skip to content

Commit

Permalink
WIP Update to work with holochain-playground monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgieringer committed May 11, 2022
1 parent 06aa476 commit e8ab629
Show file tree
Hide file tree
Showing 8 changed files with 1,805 additions and 15,662 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ This will start a server with hot reload that should open automatically.
```bash
npm run gh-pages
```

2 changes: 1 addition & 1 deletion docs/concepts/dht.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
GetStrategy,
NetworkRequestType,
WorkflowType,
} from "@holochain-playground/core";
} from "@holochain-playground/simulator";

customElements.define(
"holochain-playground-container",
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/dna-zomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
WorkflowType,
hash,
HashType,
} from "@holochain-playground/core";
} from "@holochain-playground/simulator";

customElements.define(
"holochain-playground-container",
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/validation-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
DhtCells,
RunSteps,
} from "@holochain-playground/elements";
import { WorkflowType, NetworkRequestType } from "@holochain-playground/core";
import { WorkflowType, NetworkRequestType } from "@holochain-playground/simulator";

customElements.define(
"holochain-playground-container",
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/basic/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
SourceChain,
DhtCells,
} from "@holochain-playground/elements";
import { WorkflowType, NetworkRequestType } from "@holochain-playground/core";
import { WorkflowType, NetworkRequestType } from "@holochain-playground/simulator";

customElements.define(
"holochain-playground-container",
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/intermediate/capability-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
RunSteps,
ZomeFnsResults,
} from "@holochain-playground/elements";
import { WorkflowType, NetworkRequestType } from "@holochain-playground/core";
import { WorkflowType, NetworkRequestType } from "@holochain-playground/simulator";

customElements.define(
"holochain-playground-container",
Expand Down
Loading

0 comments on commit e8ab629

Please sign in to comment.