All bug reports and issues require a reduced test case.
Want to start a CodePen with a shuffle template? Use this: http://codepen.io/pen?template=qrjOpX
Take a look at the GitHub contributing guide. For demo links, please use things like CodePen, JSFiddle, or JS Bin to create reduced test cases. For more best practices when contributing, check out html5boilerplate's guide.
Without a reduced test case, your issue may be closed.
- Update
changelog.md
. - Run tests (
yarn test
from the root). - Commit changes.
cd packages/shuffle
npm version major|minor|patch
.npm publish
git push && git push --tags
- Create a new release on GitHub.
- Clone the project.
- Install dependencies with
yarn
. - Run
yarn watch
to rebuild, start the server, and watch for changes. - go to
http://localhost:3000/Shuffle/
to see it.