Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 343 Bytes

File metadata and controls

26 lines (17 loc) · 343 Bytes

Contributing

Installation

Install dependencies with:

npm install

Release

To publish a new release:

npm run release

alpha:

npm run alpha

To publish a major or minor release, look at the release script and use either npm version major or npm version minor instead of npm version patch.