From c854c6914dbbfcb6dd60040d7bfaeebbed9c4983 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 24 Oct 2016 09:05:55 -0600 Subject: [PATCH] Updated Readme and Added npm-run-all to devDeps --- README.md | 3 +-- package.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7afc8be..fce6039 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 533615a..567669a 100644 --- a/package.json +++ b/package.json @@ -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",