t7-acme-list-component
v1.1.0
Published
Takes a JavaScript array of strings and outputs them as an unumbered list.
Downloads
3
Readme
List Component
Takes a JavaScript array of strings and outputs them as an unumbered list.
It will populate all selected lists (e.g. all containers with the class ".list").
Package Permissions
Want to be able to modify this npm module? You need to be a contributor. You can see a list of current contributors with this command:
npm owner ls <package name>
Ask any one of them to add you with this command:
npm owner add <user> <package name>
More details here: https://docs.npmjs.com/cli/owner
How to Update this Component
- Make your changes.
cd
to this component's directory.- Bump your version (according to "semver" rules of MAJOR.MINOR.PATCH, or API.BACKWARDS_COMPATIBLE.BUG_FIXES). You can do that with this code:
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]
- Commit & Push your changes.
- Run
npm publish .
(you will need to a be a contributor - see "Package Permissions" above if you aren't). - Celebrate.