NullVoxPopuli / ember-statechart-component

Statecharts as components. No classes. Pure declarative state transitions.
MIT License
29 stars 6 forks source link

docs: fix in readme setup section #459

Closed MichalBryxi closed 11 months ago

MichalBryxi commented 11 months ago
stackblitz[bot] commented 11 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

MichalBryxi commented 11 months ago

CI is angry with:

(node:1895) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use node --trace-warnings ... to show where the warning was created) /home/runner/work/_actions/volta-cli/action/v2/dist/index.js:1 import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";

Seems like outside of the change I made?

NullVoxPopuli commented 11 months ago

Thank you!

Seems like outside of the change I made?

Yeah, no worries