- Commit all code in development branch
native
- Checkout to
master
- Merge branch
native
intomaster
export
all functions inhelper.js
- Uncomment the first and last line in
main.js
(Remember toimport
func in the first line if you export new inhelper.js
) - Export class
SliderX
inmain.js
- Export class
DOMObserver
inobserver.js
- Bundle all stuff using:
yarn webpack
- Check to confirm everything work fine by open
demo/demo.html
- Update new version in
package.json
- Publish using:
npm publish
- Checkout to
master
, keep a copy of release