From 88175f5caef0cf031f9e2a5bc25a00164401cf69 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sat, 24 Oct 2015 12:15:10 +1100 Subject: [PATCH] Initial commit --- Gruntfile.js | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1ead7ec7..a15512f6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -262,7 +262,7 @@ module.exports = function (grunt) { getDeployMessage(), silent: true }, - src: ['README.md'] + src: ['README.md', 'LICENSE'] }, 'deploy-docs': { options: { diff --git a/README.md b/README.md index a59d82ac..d874aa0e 100644 --- a/README.md +++ b/README.md @@ -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: