Updated Readme and Added npm-run-all to devDeps

This commit is contained in:
Tanner Linsley 2016-10-24 09:05:55 -06:00
parent 80cef0d4c6
commit c854c6914d
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,7 @@ A fast, lightweight, opinionated table and datagrid built on React
- Minimal design & easily themeable
Why you may **not** want to use this component:
- No support for infinite scrolling. We chose to avoid the complex problems that come with it, and instead provide reliable and predictable pagination.
- You need tables built in something other than traditional HTML table elements.
- No support for infinite scrolling yet. We chose to avoid the complex problems that come with it, and instead provide reliable and predictable pagination.
## [Demo](http://react-table.zabapps.com)

View File

@ -35,6 +35,7 @@
"babel-preset-stage-2": "6.13.0",
"babelify": "^7.3.0",
"browserify": "13.1.0",
"npm-run-all": "^3.1.1",
"onchange": "^3.0.2",
"standard": "8.0.0",
"stylus": "^0.54.5",