@tumblbug/style-guide

0.2.4 • Public • Published

Tumblbug Living Style Guide

Principles, guidelines and assets for designing and building Tumblbug products.

Deployment

To reflect changes to production, it is not enough to merge into master. The version field inside package.json must be upgraded according to semver principles. To summarize:

  • If a small change or fix was performed that does not affect backwards compatibility, use npm version patch.
  • If new functionality was added and backward compatibility is ensured, use npm version minor.
  • If changes that may break backward compatibility were introduced, use npm version major.

After running one of these commands, run npm publish to publish the new version. The changes will get propagated into production the next time web-client gets deployed.

Note that you must log into npm using npm login to be able to do this. Ask someone for our login credentials.

Readme

Keywords

none

Package Sidebar

Install

npm i @tumblbug/style-guide

Weekly Downloads

1

Version

0.2.4

License

UNLICENSED

Unpacked Size

14.3 MB

Total Files

41

Last publish

Collaborators

  • dev_tbb_bill
  • rock-kang