Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First off, hello! I had just ran across Whitestorm.js the other day and looks really promising.
I was trying to get started with this boilerplate/starter-kit project, but unfortunately, it wasn't working right off of the initial clone. It looks like the latest release of
[email protected]
on npm made breaking changes and broke the build. (Keeping in mind the existingpackage.json
had^2.0.0-beta.8
which will automatically match the latest^2.0.0-beta-9.1
in terms of how semver matches versions using the caret).Those issues have since been resolved and
whs
has been upgraded tobeta-9.1
after cross-referencing examples from the framework's project.I've also added a
yarn.lock
to hopefully prevent future dependency issues (given that the framework's project also includes one).Thanks!