0.0.6 • Published 12 months ago

wallwars-core v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

wallwars-core

Core logic of the wallwars game and variants.

Workflow for working with the package

This is a reminder for how to update and use this package.

  1. Make changes in src/.
  2. Increment the version number in package.json.
  3. Ensure tests pass.

npm test

  1. Build. This transpiles ts to js and generates the .d.ts file with type descriptions.

npm run build

  1. Commit and push to github. This is not necessary for the following steps, but doing it now keeps npm and github consistent.
  2. Publish to npm.

npm publish

  1. Update the version in each of the browser and node.js packages.

npm install wallwars-core@latest

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago