UNPKG

@kanety/jquery-simple-tree-table

Version:

A jquery plugin that attaches tree-like behaviour to table

20 lines (19 loc) 251 B
sudo: required language: node_js node_js: - "8" - "10" - "12" - "14" addons: chrome: stable firefox: latest env: - JQUERY=3.3 - JQUERY=3.4 - JQUERY=3.5 install: - npm install - npm install jquery@$JQUERY script: - npm run test