ui-job-posting-form
v0.1.14
Published
A custom element for job postings
Downloads
3
Readme
ui-job-posting-form
A form for creating job postings
NPM package update commands
You need to create an npm account, and I can give you "publish" permissions for the WebElements. Otherwise, just let me know when you've pushed changes, I'll review and publish them on npm
# Update the repository
$ git commit -a -m "Your update message"
$ git push origin master
# Update the npm package (requires an npm account)
$ npm version patch
$ npm publish