Compare commits

..
2 Commits
Author SHA1 Message Date
Tanner Linsley 2d247eafe8 6.7.1 2017-10-27 13:44:45 -06:00
Tanner Linsley bb2f969db9 Fix: eslint-config moved to dev deps 2017-10-27 13:44:38 -06:00
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "6.7.0",
"version": "6.7.1",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/react-tools/react-table#readme",
@@ -38,11 +38,11 @@
"docs:build": "yarn build && cd docs && yarn && yarn build"
},
"dependencies": {
"classnames": "^2.2.5",
"eslint-config-react-tools": "^1.0.10"
"classnames": "^2.2.5"
},
"peerDependencies": {
"react": "^15.x.x || ^16.x.x"
"react": "^15.x.x || ^16.x.x",
"eslint-config-react-tools": "^1.0.10"
},
"devDependencies": {
"autoprefixer": "^6.7.0",