1.1.1 • Published 8 years ago

@financial-times/n-bottle v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

n-bottle

Component publishing for next (and any other FT projects that use npm/bower)

Install

npm install -g @financial-times/n-bottle

Commands

  • bottle major, bottle minor, bottle patch - release a major, minor or patch version. Will only work on the master branch
  • bottle v1 - release v1.0.0
  • e.g. bottle 0.0.1 or bottle 2.0.0-beta.1 - release a beta/pre-release (will run on any branch)

First release

  • package.json must contain a version number for the first release
  • Components will initially be published on bower only. To force publish to npm use --npm i.e. bottle major --npm. (subsequent releases will always publish to npm without needing to be forced)
1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago