stormsensor-shimmer
v1.0.36
Published
StormSensor Brand Styling
Downloads
5
Maintainers
Readme
SHIMMER
Installing the module in your project
npm install stormsensor-shimmer
- Add
@import "../node_modules/stormsensor-shimmer/main.scss";
to your main scss file that is used throughout the app
When updating the module
Feature Development Protocol:
- Fetch and Pull from origin/master (here) to local dev to get latest.
- Create a branch on local dev and label it from ticket in JIRA. Otherwise use your initials and feature desc.
- Make changes/commits as needed for feature on branch locally
- Push branch commits to upstream origin (here)
- Create a Pull Request and select a reviewer for the PR
- Once your PR has been approved then merge/rebase changes into master.
Publishing to Npm
- Ensure you have an npm user account and have signed in from the CLI (and have verified your email address!)
- Update the version number in the module's package.json
npm run version-bump
- Publish it to npm
npm publish
npm update stormsensor-shimmer