From c185a7a0933df8dceaa6342182daf20ed0ad744e Mon Sep 17 00:00:00 2001 From: Dylan Weiss Date: Sat, 20 Feb 2016 09:49:27 -0500 Subject: [PATCH] Add grunt-jscs to package.json dev dependencies, update doctoc. --- doc/README.md | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 21ad5c4..43032d4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -42,6 +42,7 @@ gridstack.js API - [removeAll()](#removeall) - [resize(el, width, height)](#resizeel-width-height) - [resizable(el, val)](#resizableel-val) + - [setAnimate(doAnimate)](#setanimatedoanimate) - [setStatic(staticValue)](#setstaticstaticvalue) - [update(el, x, y, width, height)](#updateel-x-y-width-height) - [willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition) diff --git a/package.json b/package.json index 4a4d7e4..7f1d790 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "grunt-contrib-uglify": "^0.10.1", "grunt-contrib-watch": "^0.6.1", "grunt-doctoc": "^0.1.1", - "grunt-sass": "^1.1.0" + "grunt-sass": "^1.1.0", + "grunt-jscs": "^2.7.0" } }