Skip to content

Commit c185a7a

Browse files
committed
Add grunt-jscs to package.json dev dependencies, update doctoc.
1 parent 72432d0 commit c185a7a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ gridstack.js API
4242
- [removeAll()](#removeall)
4343
- [resize(el, width, height)](#resizeel-width-height)
4444
- [resizable(el, val)](#resizableel-val)
45+
- [setAnimate(doAnimate)](#setanimatedoanimate)
4546
- [setStatic(staticValue)](#setstaticstaticvalue)
4647
- [update(el, x, y, width, height)](#updateel-x-y-width-height)
4748
- [willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"grunt-contrib-uglify": "^0.10.1",
2929
"grunt-contrib-watch": "^0.6.1",
3030
"grunt-doctoc": "^0.1.1",
31-
"grunt-sass": "^1.1.0"
31+
"grunt-sass": "^1.1.0",
32+
"grunt-jscs": "^2.7.0"
3233
}
3334
}

0 commit comments

Comments
 (0)