1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-05 16:13:34 +02:00

Initial commit

This commit is contained in:
Max Guglielmi 2015-10-24 12:15:10 +11:00
parent b2dc1db8a6
commit 88175f5cae
2 changed files with 1 additions and 2 deletions

View file

@ -262,7 +262,7 @@ module.exports = function (grunt) {
getDeployMessage(),
silent: true
},
src: ['README.md']
src: ['README.md', 'LICENSE']
},
'deploy-docs': {
options: {

View file

@ -21,7 +21,6 @@ users to filter and limit the data displayed within a long table. By default, th
solution
* Callbacks for all events, and delegates for most actions
* Exhaustive documentation and API
* Valuable support provided under a Premium request
## Getting started
* Clone the repo using Git: