NodeJS 8.15+
To upgrade tabulator:
- package.json: increase tabulator version
- run
$ yarn
to update - run
$ yarn test
make sure all tests pass - copy all css files from
node_modules/tabulator-tables/dist/css/
tosrc/css/
- run
$ yarn build
- update CHANGELOG
- commit & push & npm publish
- github: create a release (tag)